chore: format code

This commit is contained in:
vben
2024-05-25 09:47:15 +08:00
parent e042a03e11
commit 0732a8d853
34 changed files with 125 additions and 188 deletions

View File

@@ -9,9 +9,7 @@
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/stores"
},
"bugs": {
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"scripts": {
"build": "pnpm unbuild",
"stub": "pnpm unbuild --stub"
@@ -29,8 +27,8 @@
},
"exports": {
".": {
"development": "./src/index.ts",
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
}
},
@@ -47,7 +45,7 @@
"@vben-core/typings": "workspace:*",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.27",
"vue": "3.4.27",
"vue-router": "^4.3.2"
}
}