Skip to content

Commit

Permalink
refactor: refactor the Button component using web component
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Dec 5, 2023
1 parent dfd7cba commit b6f8c6a
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 200 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@
"@storybook/vue3": "^7.6.3",
"@storybook/vue3-vite": "^7.6.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.2",
"@typescript-eslint/parser": "^6.13.1",
"@types/node": "^20.10.3",
"@typescript-eslint/parser": "^6.13.2",
"@unify-ui/web-components": "^0.1.4",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vitest/ui": "^0.34.7",
"@vue/test-utils": "^2.4.3",
"async-validator": "^4.2.5",
"autoprefixer": "^10.4.16",
Expand All @@ -83,13 +84,14 @@
"sass": "^1.69.5",
"storybook": "^7.6.3",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite": "^5.0.5",
"vitest": "^0.34.6",
"vue": "^3.3.9",
"vue": "^3.3.10",
"vue-tsc": "^1.8.24"
},
"peerDependencies": {
"@floating-ui/dom": "^1.2.1",
"@unify-ui/web-components": "^0.1.2",
"async-validator": "^4.2.5",
"dayjs": "^1.11.9",
"lodash-es": "^4.17.21",
Expand Down
Loading

0 comments on commit b6f8c6a

Please sign in to comment.