Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
288 B

# 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)