26 lines
198 B
Vue
Raw Normal View History

2024-12-09 14:16:57 +08:00
<template>
<view>
123
</view>
</template>
<script>
export default {
data() {
return {}
},
props: {
},
watch: {
},
methods: {
}
}
</script>
<style lang="scss">
</style>