feat: add charts
This commit is contained in:
@@ -168,6 +168,11 @@ const routes = [
|
||||
*/
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/charts",
|
||||
name: "Charts",
|
||||
component: () => import("@/views/charts/Charts.vue"),
|
||||
},
|
||||
{
|
||||
path: "/icons",
|
||||
name: "Icons",
|
||||
|
||||
Reference in New Issue
Block a user