mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 19:52:48 +00:00
11 lines
199 B
Vue
11 lines
199 B
Vue
<template>
|
|
<el-container class="w-screen h-screen min-w-[1200px]">
|
|
<router-view></router-view>
|
|
</el-container>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|