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