Answer the question
In order to leave comments, you need to log in
Is it possible to make a default template for a single file component?
Hi, I have a loop that renders a number of single-file .vue components on a page:
<component
:key="component"
:is="component"
v-for="component in components"
></component>
<template></template>
and use some "default template" instead?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question