index.vue 215 B

123456789
  1. <template>
  2. <WaybillView name="InternationalDepartureWaybill" />
  3. </template>
  4. <script setup lang="ts">
  5. import WaybillView from '../../components/WaybillView/index.vue'
  6. </script>
  7. <style scoped lang="scss"></style>