feat: resize and drag component

This commit is contained in:
Qiuxia Fan
2021-12-22 15:52:39 +08:00
parent 91982557a3
commit d98280c427
3 changed files with 134 additions and 60 deletions

View File

@@ -45,6 +45,7 @@
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"node-sass": "^6.0.1",
"postcss-html": "^1.3.0",
"postcss-scss": "^4.0.2",
"prettier": "^2.2.1",
"sass-loader": "^10.2.0",
@@ -111,7 +112,7 @@
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix --custom-syntax postcss-scss"
"stylelint --fix --custom-syntax postcss-html"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"