We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d466b commit 6df5df7Copy full SHA for 6df5df7
src/components/BAccordion/BAccordion.vue
@@ -5,6 +5,7 @@
5
</template>
6
7
<script setup lang="ts">
8
+// https://vuejs.org/guide/typescript/composition-api.html#syntax-limitations , may be possible in a future release
9
// import type {BAccordionProps} from '@/types/components'
10
import {computed, InjectionKey, provide} from 'vue'
11
import useId from '@/composables/useId'
0 commit comments