mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
fix: 删除无用代码
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { ref, onUnmounted, unref, getCurrentInstance, watch, nextTick } from 'vue';
|
import { ref, unref, getCurrentInstance, watch } from 'vue';
|
||||||
import { isProdMode } from '@/utils/env';
|
import { isProdMode } from '@/utils/env';
|
||||||
import { ModalMethods, UseModalReturnType } from '../type';
|
import { ModalMethods, UseModalReturnType } from '../type';
|
||||||
import { getDynamicProps } from '@/utils';
|
import { getDynamicProps } from '@/utils';
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
import { EventEnum } from '@/components/Table/src/componentMap';
|
import { EventEnum } from '@/components/Table/src/componentMap';
|
||||||
|
|
||||||
import { parseISO, format } from 'date-fns';
|
import { parseISO, format } from 'date-fns';
|
||||||
import { Fn, LabelValueOptions } from '/#/index';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'EditableCell',
|
name: 'EditableCell',
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
import {
|
|
||||||
DownOutlined,
|
|
||||||
ReloadOutlined,
|
|
||||||
CloseOutlined,
|
|
||||||
VerticalRightOutlined,
|
|
||||||
VerticalLeftOutlined,
|
|
||||||
ColumnWidthOutlined,
|
|
||||||
MinusOutlined,
|
|
||||||
} from '@ant-design/icons-vue';
|
|
||||||
import { Dropdown, Tabs, Card } from 'ant-design-vue';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
[Tabs.name]: Tabs,
|
|
||||||
[Tabs.TabPane.name]: Tabs.TabPane,
|
|
||||||
[Dropdown.name]: Dropdown,
|
|
||||||
[Card.name]: Card,
|
|
||||||
MinusOutlined,
|
|
||||||
DownOutlined,
|
|
||||||
ReloadOutlined,
|
|
||||||
CloseOutlined,
|
|
||||||
VerticalRightOutlined,
|
|
||||||
VerticalLeftOutlined,
|
|
||||||
ColumnWidthOutlined,
|
|
||||||
};
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import { RouteLocationNormalized } from 'vue-router';
|
import { RouteLocationNormalized } from 'vue-router';
|
||||||
import { TABS_ROUTES } from '../mutation-types';
|
|
||||||
|
|
||||||
// 不需要出现在标签页中的路由
|
// 不需要出现在标签页中的路由
|
||||||
const whiteList = ['Redirect', 'login'];
|
const whiteList = ['Redirect', 'login'];
|
||||||
|
|||||||
Reference in New Issue
Block a user