mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
export default {
|
|
text: "前言",
|
|
collapsible: true,
|
|
items: [
|
|
{ text: "介绍", link: "/guide/" },
|
|
{ text: "快速上手", link: "/guide/start" },
|
|
{ text: "参与编辑", link: "/guide/edit" },
|
|
],
|
|
};
|