feat: main button
This commit is contained in:
parent
a4b7df62eb
commit
f4e85946dc
6 changed files with 530 additions and 0 deletions
5
src/components/button/index.ts
Normal file
5
src/components/button/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export { default as AddButton } from './AddButton.vue';
|
||||
export { default as SaveButton } from './SaveButton.vue';
|
||||
export { default as CancelButton } from './CancelButton.vue';
|
||||
export { default as EditButton } from './EditButton.vue';
|
||||
export { default as DeleteButton } from './DeleteButton.vue';
|
||||
Loading…
Add table
Add a link
Reference in a new issue