Updating Vue Composition-Api Metas
After a little head scratch, I found a way to easily update your data if you have a metadata you want to update in a Composition-Api powered Nuxt application, even when they are Async :
<template>
<div>Your content</div>
</template>
<script lang=...
overcode.tech5 min read