Skip to content

Commit 6df5df7

Browse files
authored
Update BAccordion.vue
Added note
1 parent 82d466b commit 6df5df7

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)