UNPKG

@enso-ui/discounts

Version:

Discount administration routes and pages for Enso UI.

12 lines (10 loc) 339 B
const ClientProductDiscountCreate = () => import('../../../../pages/discounts/clients/products/Create.vue'); export default { name: 'discounts.clients.products.create', path: 'create', component: ClientProductDiscountCreate, meta: { breadcrumb: 'create', title: 'Create Client Product Discount', }, };