[重构] button buttonGroup buttonContainer 组件, 未破坏功能的前提下改进代码

This commit is contained in:
就眠儀式
2021-11-16 11:30:29 +08:00
parent c8478662f8
commit f705122054
14 changed files with 234 additions and 218 deletions

View File

@@ -19,10 +19,6 @@
"build:types": "rimraf types && tsc -d",
"build:docs": "vite build docs"
},
"repository": {
"type": "git",
"url": "https://gitee.com/layui-vue/layui-vue"
},
"keywords": [
"layui-vue",
"layui",
@@ -30,10 +26,6 @@
],
"author": "layui-vue",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/layui-vue/layui-vue/issues"
},
"homepage": "https://gitee.com/layui-vue/layui-vue/blob/master/README.md",
"peerDependencies": {
"vue": "^3.2.22",
"vue-router": "^4.0.12"
@@ -53,6 +45,8 @@
"@vue/compiler-sfc": "^3.2.22",
"@vue/server-renderer": "^3.2.20",
"escape-html": "^1.0.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"markdown-it-container": "^3.0.0",
"prismjs": "^1.25.0",
"rimraf": "^3.0.2",
@@ -69,4 +63,4 @@
"last 2 versions and > 2%",
"ie > 10"
]
}
}