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