chore(nuxt3): remove duplicate dependence (#1215)

This commit is contained in:
OneNail 2021-10-19 16:39:48 +08:00 committed by GitHub
parent 3878455fa4
commit 82fc3df8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,7 @@ export default defineBuildConfig({
dependencies: [ dependencies: [
'nuxi', 'nuxi',
'vue-router', 'vue-router',
'ohmyfetch', 'ohmyfetch'
'vue-router'
], ],
externals: [ externals: [
'@vue/reactivity', '@vue/reactivity',