enterprise.vue 199 B

12345678910111213
  1. <template>
  2. <enterprise></enterprise>
  3. </template>
  4. <script setup>
  5. defineOptions({ name: 'enterprise-home-index'})
  6. import enterprise from './company'
  7. </script>
  8. <style scoped lang="scss">
  9. </style>