feat: add reize components & demo (#4862)

* feat: resize component

* chore: change positon of resize components

* feat: add resize demo

* chore: resize demo completed

* chore: fix display number

* chore: add infer comment

* fix: move reszie demo to examples

* fix: fix icon & removed scss
This commit is contained in:
Arthur Darkstone
2024-11-13 15:43:17 +08:00
committed by GitHub
parent a89711610d
commit 8cc73cf59c
8 changed files with 1210 additions and 27 deletions

View File

@@ -2,6 +2,7 @@ export * from './captcha';
export * from './ellipsis-text';
export * from './icon-picker';
export * from './page';
export * from './resize';
export * from '@vben-core/form-ui';
export * from '@vben-core/popup-ui';

View File

@@ -0,0 +1 @@
export { default as VResize } from './resize.vue';

File diff suppressed because it is too large Load Diff