2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

oh wow it works I guess

This commit is contained in:
Jeff Sagal
2022-12-08 14:23:05 -08:00
parent 8bf7b9acef
commit af7e672c20
5 changed files with 32 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup>
import VueSelect from '~/components/VueSelect.vue'
</script>
<template>
<VueSelect v-bind="$attrs" />
</template>