Vue{{y}}newVue({el:'#app',data:{y:'1'},computed:{x:{get(){return555},set(val){//这里的y有问题this.y=val;}}}})//以上代码可以在浏览器中运行我的问题是y的出现了问题 查看完整描述