Browse Source

企业-联系我们

Xiao_123 2 tháng trước cách đây
mục cha
commit
4549f5b350
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/views/recruit/enterprise/contactUs/index.vue

+ 12 - 0
src/views/recruit/enterprise/contactUs/index.vue

@@ -0,0 +1,12 @@
+<template>
+	<ContactUsPage />
+</template>
+
+<script setup>
+defineOptions({ name: 'contactUs'})
+import ContactUsPage from '@/views/recruit/components/contactUs/index.vue'
+</script>
+
+<style scoped lang="scss">
+
+</style>