vue钩子函数

var vm = new Vue({ el:"#box", data:{ msg:'well' }, methods:{ }, created: function () { console.log('实例已经建立'); }, beforeCompile: function () {
相关文章
相关标签/搜索