There was an error while loading. Please reload this page.
2 parents cf493c7 + af2766b commit 34026f6Copy full SHA for 34026f6
README.md
@@ -119,8 +119,6 @@ This example is a part of [`demo/`](https://github.com/zeronnia/vue3-notion/demo
119
120
```vue
121
<script setup lang="ts">
122
-import { useNuxtApp } from "#app"
123
-
124
const { $notion } = useNuxtApp()
125
const { data } = await useAsyncData("notion", () => $notion.getPageBlocks("2e22de6b770e4166be301490f6ffd420"))
126
</script>
0 commit comments