VUE重点问题总结 1、组件三种挂载方式 自动挂载 var app3 = new Vue({ el: app-3, data: { seen: true } }) JavaScript 2022-04-16 221 点赞 3 评论 334 浏览