feat: add Checkbox docs in route
This commit is contained in:
parent
d48a31c170
commit
8b53e0a0e4
@ -34,6 +34,11 @@ export default {
|
|||||||
path: "/docs/components/button",
|
path: "/docs/components/button",
|
||||||
name: "Button",
|
name: "Button",
|
||||||
eq: (pathname: string) => pathname === "/docs/components/button"
|
eq: (pathname: string) => pathname === "/docs/components/button"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/docs/components/checkbox",
|
||||||
|
name: "Checkbox",
|
||||||
|
eq: (pathname: string) => pathname === "/docs/components/checkbox"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user