Files
td_official/src/views/out/outTable/index.vue
2025-08-02 15:31:28 +08:00

17 lines
229 B
Vue

<template>
<div>init</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
setup() {
// todo
return {};
}
});
</script>
<style lang="stylus" scoped></style>