mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
wip
This commit is contained in:
@@ -3,10 +3,18 @@ import VueRouter from "vue-router";
|
||||
const Alerts = () =>
|
||||
import("./components/categories/Alerts");
|
||||
|
||||
const Cards = () =>
|
||||
import("./components/categories/Cards");
|
||||
|
||||
const Forms = () =>
|
||||
import("./components/categories/Forms");
|
||||
|
||||
|
||||
export default new VueRouter({
|
||||
routes: [
|
||||
// { path: '/', redirect: '/alerts' },
|
||||
{ path: "/alerts", component: Alerts, name: "Alerts" },
|
||||
{ path: "/cards", component: Cards, name: "Cards" },
|
||||
{ path: "/forms", component: Forms, name: "Forms" },
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user