清理一下
This commit is contained in:
16
src/views/AppSpanTable.vue
Normal file
16
src/views/AppSpanTable.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "AppSpanTable",
|
||||
label: "多维表格"
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="AppSpanTable"></section>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.AppSpanTable {
|
||||
|
||||
}
|
||||
</style>
|
||||
@@ -1,6 +0,0 @@
|
||||
<script></script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user