Browse Source

Merge pull request #106 from colinin/3.2

fix webpack chunk name with claim-type
pull/177/head
cKey 5 years ago
committed by GitHub
parent
commit
f95023a244
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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