no-ssr
для Нукста?<no-ssr>
<isotope ref="cpt" class="isotope-items-wrapper" id="root_isotope1" :list="articles" :options='option' @filter="filterOption=arguments[0]">
<nuxt-link tag="article" :to="`${element.slug}`" v-for="(element, index) in articles" class="element-item" :key="index" @mouseover="hoverAction">
await Promise.all(article.tags.map(async (t) => {
let tag = await Tag.findOneAndUpdate({ _id: t }, {$push: {"articles": article._id}}, {new: true})
console.log(t)
if (tag === null) return res.status(404).json({ message: 'Tag not found' })
}))