保存进度!

This commit is contained in:
2025-10-14 16:04:42 +08:00
parent 364753a64d
commit ca17efb5fa
2 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
<!--
author: Kane Wang <wangkane@qq.com>
date: 2025-10-14 15:57:34
component: AppMain
Copyright © CPIC All rights reserved
-->
<template>
<router-view />
</template>
<script lang="ts">
export default {
name: "AppMain",
components: [],
setup() {},
};
</script>
<style lang="sass" scoped></style>