Closed ktsn closed 6 years ago
v-if, v-else, v-else-if and v-for can be used on <template> element and the rendered html will not have the element. It expands the children of the <template>.
v-if
v-else
v-else-if
v-for
<template>
References:
v-if
,v-else
,v-else-if
andv-for
can be used on<template>
element and the rendered html will not have the element. It expands the children of the<template>
.References: