12 lines
196 B
Vue
12 lines
196 B
Vue
<template>
|
|
<CockpitLayout />
|
|
</template>
|
|
|
|
<script setup>
|
|
import CockpitLayout from './components/CockpitLayout.vue'
|
|
</script>
|
|
|
|
<style scoped>
|
|
/* 全局样式已在各组件中定义 */
|
|
</style>
|