这是main.js的代码:new Vue({ el: '#app', template: '<App/>', components: { App }, directives: { globalf: function(el,binding){ el.style.color = binding.value }, globals: function(el,binding){ el.style.color = binding.value } }})
添加回答
举报
0/150
提交
取消