Skip to content

Commit d2ee360

Browse files
committed
fix(#505): move import into script setup
1 parent 0a5f5f4 commit d2ee360

File tree

1 file changed

+1
-1
lines changed
  • packages/bootstrap-vue-3/src/components/BTabs

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3/src/components/BTabs/BTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
<script setup lang="ts">
5353
// import type {BTabsProps, BTabsEmits} from '../types/components'
54+
import type {BTabsParentData} from '../../types/components'
5455
import {computed, InjectionKey, onMounted, provide, ref, useSlots, watch} from 'vue'
5556
import {BvEvent, getID, isFunction, mathMax} from '../../utils'
5657
import type {Alignment} from '../../types'
@@ -312,6 +313,5 @@ provide(injectionKey, {
312313
</script>
313314

314315
<script lang="ts">
315-
import {BTabsParentData} from '../../types/components'
316316
export const injectionKey: InjectionKey<BTabsParentData> = Symbol()
317317
</script>

0 commit comments

Comments
 (0)