diff --git a/src/data/roadmaps/vue/content/v-else@0CtAZQcFJexMiJfZ-mofv.md b/src/data/roadmaps/vue/content/v-else@0CtAZQcFJexMiJfZ-mofv.md index 6b401a36d..6f16bc1d6 100644 --- a/src/data/roadmaps/vue/content/v-else@0CtAZQcFJexMiJfZ-mofv.md +++ b/src/data/roadmaps/vue/content/v-else@0CtAZQcFJexMiJfZ-mofv.md @@ -1 +1,7 @@ -# v-else \ No newline at end of file +# 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)