qa-regulatory-gwj-app/pages/eight_assignments/hot_work/gas/name.vue

14 lines
162 B
Vue
Raw Normal View History

2024-10-28 14:20:35 +08:00
<template>
<view>name的预留位置</view>
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style scoped lang="scss"></style>