This commit is contained in:
zxx 2023-11-19 17:24:21 +08:00
parent 02c805a655
commit 9caf57657d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<script>
export default {
name: "TableView"
}
</script>
<template>
$END$
</template>
<style scoped lang="less">
</style>