first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<SelectField v-bind="$attrs" :searchable="true" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import SelectField from '@/components/form/SelectField.vue'
|
||||
|
||||
defineOptions({ inheritAttrs: false })
|
||||
</script>
|
||||
Reference in New Issue
Block a user