Files
module-farmasi/components/shared/UiTextfieldPrimary.vue
T
Yusron alamsyah 1f94c60e71 first commit
2026-03-26 09:11:29 +07:00

10 lines
175 B
Vue

<script setup lang="ts">
// const props = defineProps({
// title: String,
// });
</script>
<template>
<v-text-field color="primary"><slot /></v-text-field>
</template>