Answer the question
In order to leave comments, you need to log in
How to v-if inside one tag in template vue?
Hey! :)
there is such a template:
<template>
...
<a :href="`/${param._id}`" v-if="!param.new" style="opacity:.5">
<a :href="`/${param._id}`" v-if="param.new">
...
</template>
Answer the question
In order to leave comments, you need to log in
Assign classes, not styles:
Well, or in style, enter properties from data.
Vue has very good documentation in Russian https://ru.vuejs.org/v2/guide/class-and-style.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question