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 649d30d commit f4aac90Copy full SHA for f4aac90
packages/nuxt-drizzle/src/runtime/plugin.ts
@@ -1,4 +1,6 @@
1
// @ts-expect-error virtual module
2
+import { useRequestFetch } from '#app'
3
+// @ts-expect-error virtual module
4
import { apiPath } from '#build/$rstore-drizzle-config.js'
5
import { definePlugin, type VueStore } from '@rstore/vue'
6
import { eq } from './utils/where'
0 commit comments