forked from verdnatura/salix-front
fix: refs #7404 path name
This commit is contained in:
parent
c815177be9
commit
7fa0a5b28c
|
@ -59,7 +59,7 @@ export default {
|
||||||
component: () => import('src/pages/Entry/EntryLatestBuys.vue'),
|
component: () => import('src/pages/Entry/EntryLatestBuys.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'stock-Bought',
|
path: 'stock-bought',
|
||||||
name: 'EntryStockBought',
|
name: 'EntryStockBought',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'reserves',
|
title: 'reserves',
|
||||||
|
|
Loading…
Reference in New Issue