Skip to content

Commit e356d97

Browse files
author
issayah
committed
BRow import improvement
1 parent c777f74 commit e356d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/BRow.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<script lang="ts">
88
import {computed, defineComponent, PropType} from 'vue'
9-
import getBreakpointProps from '../utils/getBreakpointProps'
10-
import getClasses from '../utils/getClasses'
11-
import type {Alignment} from '../types'
9+
import getBreakpointProps from '@/utils/getBreakpointProps'
10+
import getClasses from '@/utils/getClasses'
11+
import type {Alignment} from '@/types'
1212
1313
const rowColsProps = getBreakpointProps('cols', [''], {type: [String, Number], default: null})
1414

0 commit comments

Comments
 (0)