2025-05-22 16:23:08 +08:00

26 lines
198 B
Vue

<template>
<view>
123
</view>
</template>
<script>
export default {
data() {
return {}
},
props: {
},
watch: {
},
methods: {
}
}
</script>
<style lang="scss">
</style>