Skip to content

Commit

Permalink
Merge pull request #164 from vu3th/fix/build-runtime-fail
Browse files Browse the repository at this point in the history
fix: build runtime fail #163
  • Loading branch information
johnson86tw committed Apr 17, 2024
2 parents 50fe716 + 5184232 commit 8a38480
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 65 deletions.
1 change: 0 additions & 1 deletion app/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ declare module 'vue' {
NLayoutHeader: (typeof import('naive-ui'))['NLayoutHeader']
NLayoutSider: (typeof import('naive-ui'))['NLayoutSider']
NMenu: (typeof import('naive-ui'))['NMenu']
NSpace: (typeof import('naive-ui'))['NSpace']
RouterLink: (typeof import('vue-router'))['RouterLink']
RouterView: (typeof import('vue-router'))['RouterView']
}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"**/*.{js,ts,json,scss,css,vue}": [
"prettier --write"
]
},
"resolutions": {
"@noble/hashes": "1.3.3"
}
}

0 comments on commit 8a38480

Please sign in to comment.