Skip to content

Commit b44a19d

Browse files
committed
fix: vue imports, close #109
1 parent 0cca904 commit b44a19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/logic/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { computed, nextTick, unref } from 'vue-demi'
1+
import { computed, nextTick, unref } from 'vue'
22
import { router } from '../routes'
33

44
export function useRouteQuery<T extends string | string[]>(

0 commit comments

Comments
 (0)