Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

feat: Add a nickname to the route #175

@xxholly32

Description

@xxholly32

The active route path can be seen at a glance, but at this time when I want to switch to ‘’tabledetail' (the Chinese name is 列表详情), my mind is "列表详情" not tabledetail, but this time I may not be able to locate the tabledetail route at once.

image

By the way, my implementation here is through the meta of route in the vue file,like this

<route lang="yaml">
meta:
  layout: default
  breadcrumb: [基础详情页]
</route>

I see a lot of gaps in the routing section of this tool and I was wondering if I could add some content to it. Certainly in the form of configurable items.

I can design and contribute if you think it's okay,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions