lg_frontend/pages/wuzuzhi/huanweixunhang.vue

14 lines
162 B
Vue
Raw Normal View History

2024-07-01 14:53:31 +00:00
<script>
export default {
2024-07-21 00:23:30 +00:00
name: "huanweixunhang"
2024-07-01 14:53:31 +00:00
}
</script>
<template>
2024-07-21 00:23:30 +00:00
<div class="huanweixunhang"></div>
2024-07-01 14:53:31 +00:00
</template>
<style scoped lang="less">
</style>