qa-prevention-xgf-app/pages/eight_assignments/electricity/gas/name.vue

14 lines
162 B
Vue
Raw Normal View History

2024-12-04 17:12:02 +08:00
<template>
<view>name的预留位置</view>
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style scoped lang="scss"></style>