mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加固定路由
This commit is contained in:
12
src/layouts/BlankLayout/index.vue
Normal file
12
src/layouts/BlankLayout/index.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<n-scrollbar class="h-full" :x-scrollable="true">
|
||||
<div class="inline-block w-full min-h-100vh">
|
||||
<router-view />
|
||||
</div>
|
||||
</n-scrollbar>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { NScrollbar } from 'naive-ui';
|
||||
</script>
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user