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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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', |
|
|
|
|