Files
FE_CPONE/test/vuex/verification01/components/oneKanan.vue
2026-04-27 10:13:31 +07:00

14 lines
164 B
Vue

<template>
<v-card class="fill-height">
<v-card-text>test kanan</v-card>
</v-card>
</template>
<style scoped>
</style>
<script>
module.exports = {
}
</script>