Install our package with npm install notice-org/nuxt
<template>
<Notice :data="data" />
</template>
<script setup>
const notice = useNotice()
const { data } = await useAsyncData(() => notice.document({ pageId: '{{{project}}}' }))
</script>
And that's it, you are all set!