点击按钮显示与隐藏
v-if v-else
注意:v-if 和 v-else 中间不能有其他元素
v-if v-else-if v-else (中间也不可以有其他元素)
四、条件渲染
原文:https://www.cnblogs.com/tianya-guoke/p/10848372.html