chore(Tabs): add missing vue imports

This commit is contained in:
Benjamin Canac
2023-07-28 10:03:03 +02:00
parent 2cd620899f
commit 66ab95a2be

View File

@@ -40,7 +40,7 @@
</template>
<script lang="ts">
import { computed, defineComponent } from 'vue'
import { ref, computed, onMounted, defineComponent } from 'vue'
import type { PropType } from 'vue'
import { TabGroup as HTabGroup, TabList as HTabList, Tab as HTab, TabPanels as HTabPanels, TabPanel as HTabPanel } from '@headlessui/vue'
import { defu } from 'defu'