Component({ props: { item: null, deliveryCost: 0, btnConfig: [], tipType: 'shopCar' }, data: {}, didMount() {}, methods: {} });