You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
I use Devtools to switch pages in the development environment.
Problem
If there is too much Route Meta information, I cannot directly see important information, and I need to click to fully see it.
For developers who are new to the project, they may not be able to visually see all the page information and inportant Route Meta.
So I want to show an important item in the Route Meta information, such as breadcrumb, or other item.
Plan
I can click on a certain item and store it in localStorage, so that the Route Meta only displays the content of the item i just selected.
Is there any other better plan❤?
The text was updated successfully, but these errors were encountered:
Background
I use Devtools to switch pages in the development environment.
Problem
If there is too much Route Meta information, I cannot directly see important information, and I need to click to fully see it.
For developers who are new to the project, they may not be able to visually see all the page information and inportant Route Meta.
So I want to show an important item in the Route Meta information, such as breadcrumb, or other item.
Plan
I can click on a certain item and store it in localStorage, so that the Route Meta only displays the content of the item i just selected.


Is there any other better plan❤?
The text was updated successfully, but these errors were encountered: