Add documentation to vuejs roadmap (#6653)
* feat: add v-if documentation for Vue.js * Update src/data/roadmaps/vue/content/v-if@xHj3W9Ig3MVuVlGyXchaP.md * feat: add v-else documentation for Vue.js * Update src/data/roadmaps/vue/content/v-else@0CtAZQcFJexMiJfZ-mofv.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6655/head
parent
e2172abc72
commit
6a8019f890
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
||||
# v-else |
||||
# v-else |
||||
|
||||
The `v-else` conditionally renders an element or a template fragment as a function in case the `v-if` does not fulfil the condition. |
||||
|
||||
Visit the following resources for more information: |
||||
|
||||
- [@official@v-else documentation](https://vuejs.org/api/built-in-directives.html#v-else) |
||||
|
Loading…
Reference in new issue