We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55467 commit 386a9d1Copy full SHA for 386a9d1
playground/app/pages/index.vue
@@ -1,5 +1,5 @@
1
<script setup lang="ts">
2
-import { usePrismic, useAsyncData, ref } from '#imports'
+import { usePrismic, useAsyncData } from '#imports'
3
4
const prismic = usePrismic()
5
playground/nuxt.config.ts
@@ -42,18 +42,25 @@ export default defineNuxtConfig({
42
},
43
}),
44
],
45
+
46
devtools: { enabled: true },
47
48
runtimeConfig: {
49
public: {
50
prismic: {
51
endpoint: '200629-sms-hoy',
52
53
54
55
56
future: {
57
compatibilityVersion: 4,
58
59
60
+ compatibilityDate: '2025-01-02',
61
62
typescript: { strict: true },
63
64
65
// endpoint: '200629-sms-hoy',
66
clientConfig: {
0 commit comments