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

16 lines
211 B
Vue

<template>
<v-flex shrink class="searchbox">
<v-card >
<v-card-text>
Search Box
</v-card-text>
</v-card>
</v-flex>
</template>
<style scoped>
</style>
<script>
module.exports = {
}
</script>