前端技术 vue中data里为什么要写return返回 2020-06-01 一个大皮球 583 在简单的vue实例中看到的Vue实例中data属性是如下方式展示的: let app= newVue({ el:"#app", data:{ &nbs...