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 25bcef0 commit b4260ccCopy full SHA for b4260cc
src/components/BContainer.vue
@@ -1,5 +1,5 @@
1
<script lang="ts">
2
-import type {Breakpoint, Position} from '../types'
+import type {Breakpoint, Position} from '@/types'
3
import {computed, defineComponent, h, onMounted, PropType, ref, VNode} from 'vue'
4
import {ToastInstance, useToast} from './BToast/plugin'
5
import BToaster from './BToast/BToaster.vue'
0 commit comments