create.vue 162 B

12345678910111213141516
  1. <template>
  2. <c-e></c-e>
  3. </template>
  4. <script>
  5. import CE from '@/components/group/ce'
  6. export default {
  7. components: {
  8. CE,
  9. }
  10. }
  11. </script>
  12. <style>
  13. </style>