fix(deps): update vueuse to v11 (major) (#2922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
parent
7de45d154e
commit
b8efd67e83
3 changed files with 104 additions and 31 deletions
|
@ -21,7 +21,7 @@ export async function useAsyncIDBKeyval<T>(
|
|||
|
||||
const data = (shallow ? shallowRef : ref)(initialValue) as Ref<T>
|
||||
|
||||
const rawInit: T = toValue(initialValue)
|
||||
const rawInit: T = toValue<T>(initialValue)
|
||||
|
||||
async function read() {
|
||||
if (!isIDBSupported)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue