mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
18 lines
282 B
JSON
18 lines
282 B
JSON
|
[
|
||
|
{
|
||
|
"text": "Guide",
|
||
|
"link": "/guide/design",
|
||
|
"activeMatch": "/guide/"
|
||
|
},
|
||
|
{
|
||
|
"text": "Component",
|
||
|
"link": "/component/border",
|
||
|
"activeMatch": "/component/"
|
||
|
},
|
||
|
{
|
||
|
"text": "Resource",
|
||
|
"link": "/resource/",
|
||
|
"activeMatch": "/resource/"
|
||
|
}
|
||
|
]
|