Skip to content

Commit

Permalink
fix(nuxt): add useStorage to disabled composables (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 31, 2022
1 parent b7dff45 commit 1ed33ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/index.ts
Expand Up @@ -12,6 +12,7 @@ const disabledFunctions = [
'useCookie',
'useHead',
'useTitle',
'useStorage',
]

const packages = [
Expand Down

0 comments on commit 1ed33ec

Please sign in to comment.