指令
- v-if
- v-show
- v-else
- v-else-if
- v-bind
- v-on
- v-model
- v-for
- v-once
- v-html
- v-slot v2.6.0
- v-pre
- v-text 在标签上写内容
能解决{{}}的闪烁问题 - v-cloak
能解决{{}}的闪烁问题- 将 v-cloak 放在挂载点元素上。
- 设置一个 div[v-clock] { display: none }
本文标题:vue 的指令
本文链接:https://www.haomeiwen.com/subject/iwglgctx.html
网友评论