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 d4b26f4 commit 9789911Copy full SHA for 9789911
src/runtime/plugin.client.ts
@@ -1,3 +1,5 @@
1
+import { defineNuxtPlugin, useState, useRuntimeConfig, onNuxtReady } from '#imports'
2
+
3
export default defineNuxtPlugin((nuxtApp) => {
4
// Only activate when preview mode is enabled
5
const config = useRuntimeConfig()
0 commit comments