摘要:
//注册全局filters函数//app.js import * as filters from './filters' // 全局filter //注册全局工具过滤器 Object.keys(filters).forEach(key=>{ Vue.filter(key,filters[key]) }) //filters.js export function nF... 阅读全文
摘要:
//1 使用一下实例 new Vue({ el: '#app', router, store, template: '', components: { App } }) // 在webpack.config.js resolve: { alias: { 'vue': 'vue/dist/vue.js' } } //2使用一下实例 ne... 阅读全文
摘要:
滚动。 阅读全文