mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-21 00:35:55 +00:00
fix(nuxt): import isEqual
from main ohash
export
This commit is contained in:
parent
20c07ab62a
commit
3ec1a1e5e9
@ -203,7 +203,6 @@ export default createConfigForNuxt({
|
||||
'perfect-debounce',
|
||||
'radix3',
|
||||
'ohash',
|
||||
'ohash/utils',
|
||||
'pathe',
|
||||
'uncrypto',
|
||||
'errx', /* only used in dev */
|
||||
|
@ -5,7 +5,7 @@ import { parse, serialize } from 'cookie-es'
|
||||
import { deleteCookie, getCookie, getRequestHeader, setCookie } from 'h3'
|
||||
import type { H3Event } from 'h3'
|
||||
import destr from 'destr'
|
||||
import { isEqual } from 'ohash/utils'
|
||||
import { isEqual } from 'ohash'
|
||||
import { klona } from 'klona'
|
||||
import { useNuxtApp } from '../nuxt'
|
||||
import { useRequestEvent } from './ssr'
|
||||
|
Loading…
Reference in New Issue
Block a user