refactor: flatten composables and enable auto-imports on dirs (#608)

This commit is contained in:
Daniel Roe 2022-12-28 15:57:06 +01:00 committed by GitHub
parent d569754b09
commit aeb5a40948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 17 additions and 26 deletions

View file

@ -1,6 +1,5 @@
<script lang="ts" setup>
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap'
import { useDeactivated } from '~/composables/lifecycle'
export interface Props {
/** v-model dislog visibility */