Files
Matdash_nuxt/components/shared/UiTextfieldPrimary.vue
2025-03-21 09:37:29 +07:00

10 lines
184 B
Vue

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