2025-07-19 02:43:22 +02:00
|
|
|
<script setup lang="ts">
|
2025-07-21 10:00:30 +02:00
|
|
|
// import VButtonView from '../template/VButtonView.vue'
|
2025-07-21 12:06:18 +02:00
|
|
|
// import VButtonGroupView from '../template/VButtonGroupView.vue';
|
2025-07-21 15:28:32 +02:00
|
|
|
// import VLinkView from '../template/VLinkView.vue';
|
2025-07-22 15:27:38 +02:00
|
|
|
// import VAccordionView from '../template/VAccordionView.vue';
|
|
|
|
import VInputView from '../template/VInputView.vue';
|
2025-07-19 02:43:22 +02:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
2025-07-21 10:00:30 +02:00
|
|
|
<!-- <VButtonView/> -->
|
2025-07-21 12:06:18 +02:00
|
|
|
<!-- <VButtonGroupView/> -->
|
2025-07-21 15:28:32 +02:00
|
|
|
<!-- <VLinkView/> -->
|
2025-07-22 15:27:38 +02:00
|
|
|
<!-- <VAccordionView/> -->
|
|
|
|
<VInputView/>
|
2025-07-19 02:43:22 +02:00
|
|
|
</template>
|