mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
RouterView
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { onMounted, watch } from 'vue'
|
import { onMounted, watch } from 'vue'
|
||||||
|
|
||||||
|
import { RouterView } from 'vue-router'
|
||||||
|
|
||||||
import { useDark, useWindowSize, useThrottleFn } from '@vueuse/core'
|
import { useDark, useWindowSize, useThrottleFn } from '@vueuse/core'
|
||||||
// import zhCn from "element-plus/lib/locale/lang/zh-cn";
|
// import zhCn from "element-plus/lib/locale/lang/zh-cn";
|
||||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed } from 'vue'
|
import { computed } from 'vue'
|
||||||
|
import { RouterView } from 'vue-router'
|
||||||
import useAppStore from '@/stores/modules/app'
|
import useAppStore from '@/stores/modules/app'
|
||||||
import useTabsStore from '@/stores/modules/multipleTabs'
|
import useTabsStore from '@/stores/modules/multipleTabs'
|
||||||
import useSettingStore from '@/stores/modules/setting'
|
import useSettingStore from '@/stores/modules/setting'
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed } from 'vue'
|
import { computed } from 'vue'
|
||||||
|
import { RouterView } from 'vue-router'
|
||||||
import useAppStore from '@/stores/modules/app'
|
import useAppStore from '@/stores/modules/app'
|
||||||
import useTabsStore from '@/stores/modules/multipleTabs'
|
import useTabsStore from '@/stores/modules/multipleTabs'
|
||||||
import useSettingStore from '@/stores/modules/setting'
|
import useSettingStore from '@/stores/modules/setting'
|
||||||
|
|||||||
Reference in New Issue
Block a user