mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 15:50:17 +08:00
refactor(projects): 路由组件导入拆分
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="flex-1 flex-col-stretch p-10px bg-[#f5f7f9] dark:bg-black"
|
||||
class="flex-1 flex-col-stretch p-10px bg-[#F6F9F8] dark:bg-black"
|
||||
:class="{ 'overflow-hidden': routeProps.fullPage }"
|
||||
>
|
||||
<router-view v-slot="{ Component, route }">
|
||||
|
||||
Reference in New Issue
Block a user