Answer the question
In order to leave comments, you need to log in
Render warning when using v-if v-else in VueJS - NuxtJS (SSR)?
I use a simple component to display a logo with or without a link, depending on whether we are on the main page or not
<template lang="pug">
nuxt-link(v-if="!isMain" to="/")
os-svg(name="logo")
os-svg(v-else name="logo")
</template>
<template lang="pug">
svg.svg(:width="width", :height="height")
use(:xlink:href="'#'+name")
</template>
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