npm install notice-org/nuxt로 패키지를 설치하세요
<template>
<Notice :data="data" />
</template>
<script setup>
const notice = useNotice()
const { data } = await useAsyncData(() => notice.document({ pageId: '{{{project}}}' }))
</script>
그게 다에요, 모든 준비가 끝났어요!