Skip to content

Commit de42cd6

Browse files
committed
wip
1 parent 2ef415a commit de42cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vue3/src/remember.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { router } from '@inertiajs/core'
2-
import cloneDeep from 'lodash.clonedeep'
2+
import { cloneDeep } from 'lodash'
33
import { ComponentOptions } from 'vue'
44

55
const remember: ComponentOptions = {

packages/vue3/src/useRemember.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { router } from '@inertiajs/core'
2-
import cloneDeep from 'lodash.clonedeep'
2+
import { cloneDeep } from 'lodash'
33
import { isReactive, reactive, ref, Ref, watch } from 'vue'
44

55
export default function useRemember<T extends object>(

0 commit comments

Comments
 (0)