使用 npm install notice-org/nuxt 安裝我們的套件
<template>
<Notice :data="data" />
</template>
<script setup>
const notice = useNotice()
const { data } = await useAsyncData(() => notice.document({ pageId: '{{{project}}}' }))
</script>
這就是了,你已經準備好了!