feat(img-preview): add imgPreview componnt
正在显示
... | @@ -26,11 +26,11 @@ | ... | @@ -26,11 +26,11 @@ |
"lodash-es": "^4.17.15", | "lodash-es": "^4.17.15", | ||
"mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.1.0", | "path-to-regexp": "^6.2.0", | ||
"qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
"vue": "^3.0.0", | "vue": "^3.0.0", | ||
"vue-i18n": "^9.0.0-beta.3", | "vue-i18n": "^9.0.0-beta.4", | ||
"vue-router": "^4.0.0-beta.12", | "vue-router": "^4.0.0-beta.13", | ||
"vuex": "^4.0.0-beta.4", | "vuex": "^4.0.0-beta.4", | ||
"vuex-module-decorators": "^1.0.1", | "vuex-module-decorators": "^1.0.1", | ||
"zxcvbn": "^4.4.2" | "zxcvbn": "^4.4.2" | ||
... | @@ -51,8 +51,8 @@ | ... | @@ -51,8 +51,8 @@ |
"@types/rollup-plugin-visualizer": "^2.6.0", | "@types/rollup-plugin-visualizer": "^2.6.0", | ||
"@types/shelljs": "^0.8.8", | "@types/shelljs": "^0.8.8", | ||
"@types/zxcvbn": "^4.4.0", | "@types/zxcvbn": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.2.0", | "@typescript-eslint/eslint-plugin": "^4.4.0", | ||
"@typescript-eslint/parser": "^4.2.0", | "@typescript-eslint/parser": "^4.4.0", | ||
"@vue/compiler-sfc": "^3.0.0", | "@vue/compiler-sfc": "^3.0.0", | ||
"autoprefixer": "^9.8.6", | "autoprefixer": "^9.8.6", | ||
"babel-plugin-import": "^1.13.0", | "babel-plugin-import": "^1.13.0", | ||
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
"eslint": "^7.10.0", | "eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | "eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-prettier": "^3.1.4", | "eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-vue": "^7.0.0-beta.4", | "eslint-plugin-vue": "^7.0.1", | ||
"fs-extra": "^9.0.1", | "fs-extra": "^9.0.1", | ||
"husky": "^4.3.0", | "husky": "^4.3.0", | ||
"inquirer": "^7.3.3", | "inquirer": "^7.3.3", | ||
... | ... |
请
注册
或者
登录
后发表评论