feat: 迁移 v3-admin v3.1.3 版本代码

This commit is contained in:
pany
2022-04-21 18:37:52 +08:00
parent 83979683b1
commit 8d7953db99
11 changed files with 30 additions and 29 deletions

View File

@@ -31,11 +31,11 @@
</template>
<script lang="ts" setup>
import path from 'path'
import path from 'path-browserify'
import { computed, PropType } from 'vue'
import { RouteRecordRaw } from 'vue-router'
import { isExternal } from '@/utils/validate'
import SidebarItemLink from './sidebar-item-link.vue'
import SidebarItemLink from './SidebarItemLink.vue'
const props = defineProps({
item: {