6 lines
153 B
Vue
6 lines
153 B
Vue
|
|
<template>
|
||
|
|
<LayoutContainer header="外观设置"> </LayoutContainer>
|
||
|
|
</template>
|
||
|
|
<script setup lang="ts"></script>
|
||
|
|
<style lang="scss" scoped></style>
|