v-else

最后更新于:2022-04-02 01:16:13

## v-else 指令 **用法:** 为 v-if 或者 v-else-if 添加 “else 块”。 >[danger] 注意 v-else 元素必须紧跟在 v-if 或者 v-else-if 元素的后面——否则它将不会被识别。 ---- >[info]示例 ~~~
Now you see me
Now you don't
~~~ >[success]代码示例1 ~~~
~~~ [success]预览:https://ityanxi.github.io/Vue-tutorial/chapter04/05v-else.html
';