带有 v-show 的元素始终会被渲染并保留在 DOM 中。v-show 只是简单地切换元素的 display CSS property。 注意,v-show 不支持 <template> 元素,也不支持 v-else