vue实例中data使用return包裹的方法 在简单的vue实例中看到的Vue实例中data属性是如下方式展示的:letapp=newVue({el:"#app",data:{msg:''} return包裹