new Vue({
el: '#app',
router,//使用router组件;
template: '<App/>',
components: { App },
directives: {
globalf: function(el, binding){
el.style.color = binding.value
},
globals: function(el, binding){
}
})
阿探
相关分类