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

13 lines
163 B
Vue
Raw Permalink Normal View History

<template>
<view>name的预留位置</view>
</template>
<script>
export default {
data() {
return {}
}
}
</script>
<style scoped lang="scss"></style>