mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-11 17:42:47 +00:00
10 lines
176 B
Vue
10 lines
176 B
Vue
<template>
|
|
<el-container class="w-screen h-screen">
|
|
<slot />
|
|
</el-container>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style> |