使用 npm install notice-org/nuxt 安装我们的包
<template>
<Notice :data="data" />
</template>
<script setup>
const notice = useNotice()
const { data } = await useAsyncData(() => notice.document({ pageId: '{{{project}}}' }))
</script>
就是这样,你已经准备就绪了!