Files
ops/uniapp/pages/index/index.vue
T
kevin 9d3eb0cea9 new
Signed-off-by: kevin <kevin@lmve.net>
2025-06-05 11:04:12 +08:00

33 lines
267 B
Vue

<template>
<tabler-header></tabler-header>
<h1>信息整合</h1>
<tabler-footer></tabler-footer>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
</style>