mod: 规范化调整.vue文件命名

This commit is contained in:
张传龙 2022-04-29 20:40:29 +08:00
parent d922dcc224
commit f9c2362cd8
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default [
{ {
name: 'PostCreate', name: 'PostCreate',
path: 'post-create', path: 'post-create',
component: () => import('@/views/examples/table/post/post-create.vue'), component: () => import('@/views/examples/table/post/PostCreate.vue'),
meta: { meta: {
title: '创建文章', title: '创建文章',
role: ['admin'], role: ['admin'],