mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-30 21:56:37 +08:00
9 lines
142 B
Vue
9 lines
142 B
Vue
<!-- DesignConfig -->
|
|
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<div>配置页面</div>
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|