feat: add possibility to use @ alias inside docs

This commit is contained in:
Alexandr
2022-07-26 17:07:11 +03:00
parent 707facbc96
commit ba1a458f74
3 changed files with 3 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ import {
import { useTabsClasses } from './composables/useTabsClasses'
import type { PropType } from 'vue'
import { computed, provide, toRef, useSlots } from 'vue'
import { flatten } from '../../utils/flatten'
import { flatten } from '@/utils/flatten'
import TabPane from './components/TabPane/TabPane.vue'
import type { TabsVariant } from './types'