Skip to content

Commit 9b9b5b6

Browse files
author
issayah
committed
Merge branch 'setup' of https://github.com/kwiksilver3441/bootstrap-vue-3 into setup
2 parents be5b32e + 3bfcd27 commit 9b9b5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/BAccordion/BAccordion.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</template>
66

77
<script setup lang="ts">
8+
// https://vuejs.org/guide/typescript/composition-api.html#syntax-limitations , may be possible in a future release
89
// import type {BAccordionProps} from '@/types/components'
910
import {computed, InjectionKey, provide} from 'vue'
1011
import useId from '@/composables/useId'

0 commit comments

Comments
 (0)