feat: state button
This commit is contained in:
parent
162d766def
commit
66fed37183
2 changed files with 8 additions and 0 deletions
7
src/components/button/StateButton.vue
Normal file
7
src/components/button/StateButton.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
withDefaults(defineProps<{}>(), {});
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
@ -11,3 +11,4 @@ export { default as ClearButton } from './ClearButton.vue';
|
|||
export { default as CloseButton } from './CloseButton.vue';
|
||||
export { default as ViewButton } from './ViewButton.vue';
|
||||
export { default as PrintButton } from './PrintButton.vue';
|
||||
export { default as StateButton } from './StateButton.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue