Skip to content

Commit f4aac90

Browse files
committed
fix(nuxt-drizzle): missing useRequestFetch import
1 parent 649d30d commit f4aac90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nuxt-drizzle/src/runtime/plugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// @ts-expect-error virtual module
2+
import { useRequestFetch } from '#app'
3+
// @ts-expect-error virtual module
24
import { apiPath } from '#build/$rstore-drizzle-config.js'
35
import { definePlugin, type VueStore } from '@rstore/vue'
46
import { eq } from './utils/where'

0 commit comments

Comments
 (0)