cargoOwnerAdd.vue 129 B

123456789
  1. <template>cargoOwnerAdd</template>
  2. <script>
  3. export default {
  4. setup() {
  5. return {};
  6. },
  7. };
  8. </script>
  9. <style scoped></style>