You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<sectionclass="scene">
<divclass="grid">
<divclass="grid__wrap">
<divclass="grid__list grid__list--navahopi"style="justify-content: center;">
<divclass="grid__item">
<quote:quote="quote":person="person" />
</div>
</div>
</div>
</div>
</section>
</template>
<script>
importQuotefrom'~/components/QuoteBlock'exportdefault { name:'QuoteBlock', components: { Quote, },data() {return { quote: { content:'We guarantee that every community plugin respects Fastify best practices (tests, etc) at the time they have been added to the list. We offer no guarantee on their maintenance.', }, person: { name:'Артем Фомичев', note:'Тревел-блоггер, фотограф', }, } }, }
</script>
file:
blocks/QuoteBlock
blocks plugin file:
.nuxt/admin/blocks/blocks-plugin.js
The text was updated successfully, but these errors were encountered: