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.
2 parents be5b32e + 3bfcd27 commit 9b9b5b6Copy full SHA for 9b9b5b6
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