feat: add next button

This commit is contained in:
Methapon2001 2024-12-16 16:26:51 +07:00
parent ecd527737e
commit c9dd6b9f0e
2 changed files with 33 additions and 0 deletions

View file

@ -12,3 +12,4 @@ 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';
export { default as NextButton } from './NextButton.vue';