<button v-click='btn'>按钮</button>
<div v-show="div">
一个DIV
</div>
div:true;
btn(){
this.div=!this.div
}
是不是有简写的方式可以直接控制呢?
绝地无双
隔江千里
相关分类