Skip to content

Instantly share code, notes, and snippets.

@Panigale
Last active January 25, 2017 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Panigale/6710e0b417bfc12b3f787bad911de0df to your computer and use it in GitHub Desktop.
Save Panigale/6710e0b417bfc12b3f787bad911de0df to your computer and use it in GitHub Desktop.
import {currency} from '../filters.js';
new Vue({
methods:{
//在 methods 中引入 currency 方法
currency
}
}).$mount('#should-currency')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment