mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
feat: use unplugin-vue-define-options add setup name
This commit is contained in:
@@ -13,7 +13,7 @@ const editorRouter = {
|
||||
children: [
|
||||
{
|
||||
path: "/editor/index",
|
||||
name: "reEditor",
|
||||
name: "Editor",
|
||||
component: () => import("/@/views/editor/index.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hseditor"),
|
||||
|
||||
Reference in New Issue
Block a user