fix: alias
parent
5712d96215
commit
e7487a4759
|
@ -3,7 +3,7 @@ import { cloneDeep, isArray, isFunction, isNumber, uniqueId } from 'lodash-es'
|
|||
import type { IFormConfig, IVFormComponent, IValidationRule } from '../typings/v-form-component'
|
||||
|
||||
// import { del } from '@vue/composition-api';
|
||||
// import { withInstall } from '/@/utils';
|
||||
// import { withInstall } from '@/utils';
|
||||
|
||||
/**
|
||||
* 组件install方法
|
||||
|
|
|
@ -3,8 +3,8 @@ import type { PropType } from 'vue'
|
|||
import { computed, defineComponent } from 'vue'
|
||||
import type { ColumnType } from 'ant-design-vue/lib/table/interface'
|
||||
import type { BasicColumn } from '../types/table'
|
||||
import BasicHelp from '/@/components/Basic/src/BasicHelp.vue'
|
||||
import EditTableHeaderCell from './EditTableHeaderIcon.vue'
|
||||
import BasicHelp from '@/components/Basic/src/BasicHelp.vue'
|
||||
import { useDesign } from '@/hooks/web/useDesign'
|
||||
|
||||
export default defineComponent({
|
||||
|
|
|
@ -22,7 +22,7 @@ import { getChildrenMenus, getCurrentParentPath, getShallowMenus } from '@/route
|
|||
import { listenerRouteChange } from '@/logics/mitt/routeChange'
|
||||
import { createAsyncComponent } from '@/utils/factory/createAsyncComponent'
|
||||
|
||||
const SimpleMenuTag = createAsyncComponent(() => import('/@/components/SimpleMenu/src/SimpleMenuTag.vue'))
|
||||
const SimpleMenuTag = createAsyncComponent(() => import('@/components/SimpleMenu/src/SimpleMenuTag.vue'))
|
||||
|
||||
const wrap = ref(null)
|
||||
const menuModules = ref<Menu[]>([])
|
||||
|
|
Loading…
Reference in New Issue