Browse Source

fix webpack chunk name with claim-type

pull/106/head
cKey 5 years ago
parent
commit
6a6cf41eb0
  1. 2
      vueJs/src/router/modules/admin.ts

2
vueJs/src/router/modules/admin.ts

@ -63,7 +63,7 @@ const adminRouter: RouteConfig = {
},
{
path: 'claim-type',
component: () => import(/* webpackChunkName: "organization-unit" */ '@/views/admin/claim-type/index.vue'),
component: () => import(/* webpackChunkName: "claim-type" */ '@/views/admin/claim-type/index.vue'),
name: 'claim-type',
meta: {
title: 'claimType',

Loading…
Cancel
Save