Firs Commit
This commit is contained in:
9
components/shared/UiTextfieldPrimary.vue
Normal file
9
components/shared/UiTextfieldPrimary.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
// const props = defineProps({
|
||||
// title: String,
|
||||
// });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<v-text-field color="primary"><slot /></v-text-field>
|
||||
</template>
|
||||
Reference in New Issue
Block a user