mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-21 01:09:17 +08:00
8 lines
152 B
Vue
8 lines
152 B
Vue
|
<template>
|
||
|
<LayoutContent></LayoutContent>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
import LayoutContent from '@/layout/layout-content.vue';
|
||
|
</script>
|