jaweii / Vue-Layout

基于UI组件的Vue可视化布局工具
https://jaweii.github.io/Vue-Layout/dist
3.25k stars 742 forks source link

我之前也见过类似的一个东西,他是将那些html代码绑定在这些组件的属性上,大神你是这样的? #1

Closed 374046604 closed 7 years ago

jaweii commented 7 years ago

不是的,没有操作html 是把属性绑定到字符串模板上,然后把模板传入vue编译挂载上去 每次属性变动都重新编译

lilili001 commented 7 years ago

大神 怎么把字符串模板传入vue的呢

jaweii commented 7 years ago

new Vue({ name: id.toString(), template: _component.template, el: document.getElementById(id) })