UNPKG

@viur/shop-components

Version:

Frontend Vue components for the shop module of ViUR

15 lines (14 loc) 465 B
import ShopCart from './ShopCart.vue' import ShopUserDataGuest from './ShopUserDataGuest.vue' import ShopShippingMethod from './ShopShippingMethod.vue' import ShopPaymentProvider from './ShopPaymentProvider.vue' import ShopOrderConfirm from './ShopOrderConfirm.vue' import ShopOrderComplete from './ShopOrderComplete.vue' export { ShopCart, ShopUserDataGuest, ShopShippingMethod, ShopPaymentProvider, ShopOrderConfirm, ShopOrderComplete }