Skip to content

Commit

Permalink
perf: Editor component support v-model
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Apr 18, 2022
1 parent 3d402db commit d77f8e3
Show file tree
Hide file tree
Showing 4 changed files with 1,384 additions and 2,274 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -27,9 +27,9 @@
},
"dependencies": {
"@iconify/iconify": "^2.2.1",
"@vueuse/core": "^8.2.5",
"@vueuse/core": "^8.2.6",
"@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.8-7",
"@wangeditor/editor-for-vue": "^5.1.10",
"@zxcvbn-ts/core": "^2.0.1",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
Expand All @@ -45,7 +45,7 @@
"pinia-plugin-persist": "^1.0.0",
"qrcode": "^1.5.0",
"qs": "^6.10.3",
"vue": "3.2.32",
"vue": "3.2.33",
"vue-i18n": "9.1.9",
"vue-router": "^4.0.14",
"vue-types": "^4.1.1",
Expand All @@ -54,12 +54,12 @@
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.28",
"@iconify/json": "^2.1.29",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@purge-icons/generated": "^0.8.1",
"@types/intro.js": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
Expand All @@ -75,30 +75,30 @@
"eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.3.7",
"lint-staged": "^12.3.8",
"plop": "^3.0.5",
"postcss": "^8.4.12",
"postcss-html": "^1.3.1",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"stylelint": "^14.6.1",
"stylelint": "^14.7.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"typescript": "4.6.3",
"unplugin-vue-define-options": "^0.6.0",
"vite": "2.9.4",
"vite": "2.9.5",
"vite-plugin-eslint": "^1.4.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-purge-icons": "^0.8.1",
"vite-plugin-style-import": "^1.4.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.4",
"vue-tsc": "^0.34.6",
"vue-tsc": "^0.34.7",
"windicss": "^3.5.1",
"windicss-analysis": "^0.3.5"
},
Expand Down

0 comments on commit d77f8e3

Please sign in to comment.