Files
FE_CPONE/test/vuex/one-fo-clinic-poly/components/oneFoClinicPolyPxProfile.vue
2026-04-27 10:13:31 +07:00

27 lines
670 B
Vue

<template>
<v-card-text>
<v-layout row >
<v-text-field
placeholder="ketikkan profile..."
class="pt-0"
>
</v-text-field>
</v-layout>
<v-layout row>
<v-flex text-md-center >
<v-btn depressed small color="error">PROFILE 1</v-btn>
<v-btn depressed small color="error">PROFILE 2</v-btn>
<v-btn depressed small color="error">PROFILE 3</v-btn>
<v-btn depressed small color="error">PROFILE 4</v-btn>
</v-flex>
</v-layout>
</v-card-text>
</template>
<script>
module.exports = {
}
</script>