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

24 lines
221 B
Vue

<template>
<view>
<tabler-header @updatedcount="get_user"></tabler-header>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>