suche (angefangen) und kleine änderungen
kleine veränderungen suche anfangen -> filter und suche ansich geht nicht
This commit is contained in:
@@ -9,8 +9,9 @@ import wip from "../components/wip.vue";
|
||||
import settings from "../components/settings.vue";
|
||||
import nottifications from "../components/notifications.vue";
|
||||
import register from "../components/register.vue";
|
||||
import search from "../components/search.vue";
|
||||
// The routing does not happen automatically
|
||||
// Each route has to be defined here, or it wont work.
|
||||
// Each route has to be defined here, or it won't work.
|
||||
const routes = [
|
||||
{
|
||||
path: "/",
|
||||
@@ -41,6 +42,11 @@ const routes = [
|
||||
path: "/register",
|
||||
name: "Register",
|
||||
component: register,
|
||||
},
|
||||
{
|
||||
path: "/search",
|
||||
name: "Search",
|
||||
component: search,
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user