清理一下

This commit is contained in:
aixianling
2024-06-17 18:20:13 +08:00
parent 27ea4bc032
commit 07b7474af1
5 changed files with 69 additions and 105 deletions

View File

@@ -0,0 +1,16 @@
<script>
export default {
name: "AppSpanTable",
label: "多维表格"
}
</script>
<template>
<section class="AppSpanTable"></section>
</template>
<style scoped>
.AppSpanTable {
}
</style>

View File

@@ -1,6 +0,0 @@
<script></script>
<template>
<main>
</main>
</template>