mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
更新依赖,优化细节
This commit is contained in:
parent
534d03d9a6
commit
d802230b05
34
package.json
34
package.json
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "front-next",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
||||
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
|
||||
@ -11,13 +11,13 @@
|
||||
"dependencies": {
|
||||
"array.prototype.flat": "^1.2.4",
|
||||
"axios": "^0.21.1",
|
||||
"cl-admin-crud-vue3": "^0.3.14",
|
||||
"cl-admin-crud-vue3": "^0.4.0",
|
||||
"clipboard": "^2.0.8",
|
||||
"clone-deep": "^4.0.1",
|
||||
"codemirror": "^5.60.0",
|
||||
"codemirror": "^5.62.0",
|
||||
"core-js": "^3.6.5",
|
||||
"echarts": "^5.0.2",
|
||||
"element-plus": "^1.0.2-beta.48",
|
||||
"element-plus": "1.0.2-beta.45",
|
||||
"file-saver": "^2.0.5",
|
||||
"glob": "^7.1.6",
|
||||
"js-beautify": "^1.13.5",
|
||||
@ -25,11 +25,12 @@
|
||||
"mitt": "^2.1.0",
|
||||
"mockjs": "^1.1.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"qrcode": "^1.4.4",
|
||||
"quill": "^1.3.7",
|
||||
"socket.io-client": "^4.0.0",
|
||||
"socket.io-client": "^4.1.2",
|
||||
"store": "^2.0.12",
|
||||
"uuid": "^8.3.2",
|
||||
"vue": "^3.0.11",
|
||||
"vue": "3.0.11",
|
||||
"vue-echarts": "^6.0.0-rc.3",
|
||||
"vue-router": "^4.0.5",
|
||||
"vuedraggable": "^4.0.1",
|
||||
@ -41,22 +42,21 @@
|
||||
"@types/node": "^14.14.37",
|
||||
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
||||
"@typescript-eslint/parser": "^4.20.0",
|
||||
"@vitejs/plugin-vue": "^1.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^1.1.3",
|
||||
"@vue/compiler-sfc": "^3.0.5",
|
||||
"@vue/composition-api": "^1.0.0-rc.6",
|
||||
"@vitejs/plugin-vue": "^1.2.4",
|
||||
"@vitejs/plugin-vue-jsx": "^1.1.6",
|
||||
"@vue/compiler-sfc": "^3.1.4",
|
||||
"@vue/composition-api": "^1.0.0-rc.13",
|
||||
"eslint": "^7.23.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-vue": "^7.8.0",
|
||||
"eslint-plugin-vue": "^7.13.0",
|
||||
"prettier": "^2.2.1",
|
||||
"sass": "^1.34.0",
|
||||
"sass-loader": "^11.1.1",
|
||||
"svg-sprite-loader": "^6.0.2",
|
||||
"typescript": "^4.1.3",
|
||||
"vite": "^2.3.5",
|
||||
"vite-plugin-style-import": "^0.9.1",
|
||||
"vite-svg-loader": "^1.5.1",
|
||||
"vue-tsc": "^0.0.8"
|
||||
"typescript": "4.1.3",
|
||||
"vite": "^2.4.1",
|
||||
"vite-plugin-style-import": "^1.0.1",
|
||||
"vite-svg-loader": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,8 @@ $--color-info: $color-info;
|
||||
|
||||
$--font-path: "element-plus/lib/theme-chalk/fonts";
|
||||
|
||||
// 动态主题色,开发时可注释,会影响页面加载速度
|
||||
@import "element-plus/packages/theme-chalk/src/index";
|
||||
|
||||
// 默认主题色
|
||||
// @import "element-plus/lib/theme-chalk/index.css";
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div
|
||||
class="cl-image"
|
||||
:style="{
|
||||
'justify-content': justify,
|
||||
justifyContent: justify,
|
||||
height: sty.h
|
||||
}"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user