<button v-click='btn'>按钮</button><div v-show="div"> 一个DIV</div>div:true;btn(){ this.div=!this.div}是不是有简写的方式可以直接控制呢? 查看完整描述