<!-- * @Author: Badguy * @Date: 2022-03-09 11:51:26 * @LastEditTime: 2022-03-09 11:54:15 * @LastEditors: your name * @Description: 中转离港行李视图 * have a nice day! --> <template> <BaggageView /> </template> <script> import BaggageView from '../baggage' export default { name: 'TransferDepartureBaggageView', components: { BaggageView } } </script> <style> </style>