UNPKG

@enso-ui/discounts

Version:

Discount administration routes and pages for Enso UI.

12 lines (10 loc) 321 B
const SupplierDiscountEdit = () => import('../../../../pages/discounts/suppliers/generals/Edit.vue'); export default { name: 'discounts.suppliers.generals.edit', path: ':general/edit', component: SupplierDiscountEdit, meta: { breadcrumb: 'edit', title: 'Edit General Discount', }, };