Skip to content

Commit

Permalink
fix(nuxt): 🐛 add missing function export
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Dec 16, 2023
1 parent a83da1a commit a5c9926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export const functionsVue = [
'useChain',
'useConfig',
'useConnect',
'useWalletEvents',
];

0 comments on commit a5c9926

Please sign in to comment.