new Vue({? el: '#app',? router,//使用router組件;? template: '<App/>',? components: { App }, directives: { globalf: function(el, binding){ el.style.color = binding.value }, globals: function(el, binding){ el.style.color = binding.value } } })
在一個vue的main.js中注冊全局的自定義指令失效
進(jìn)擊的小開
2017-12-08 16:55:13