Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to v-if without create a new div

<template v-if="condition">
    something
</template>
<template v-else>
    something else
</template>
Source by simplernerd.com #
 
PREVIOUS NEXT
Tagged: #create #div
ADD COMMENT
Topic
Name
7+4 =