Closed 374046604 closed 7 years ago
不是的,没有操作html 是把属性绑定到字符串模板上,然后把模板传入vue编译挂载上去 每次属性变动都重新编译
大神 怎么把字符串模板传入vue的呢
new Vue({ name: id.toString(), template: _component.template, el: document.getElementById(id) })
不是的,没有操作html 是把属性绑定到字符串模板上,然后把模板传入vue编译挂载上去 每次属性变动都重新编译