feat:#39 linkout to other student projects

This commit is contained in:
survellow
2024-06-22 22:43:32 +02:00
parent 05f23ca80a
commit 65af30e570
6 changed files with 61 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ import { createHead } from "@unhead/vue";
import "./style.css";
import App from "./App.vue";
import PrimeVue from "primevue/config";
import Avatar from "primevue/avatar";
import Badge from "primevue/badge";
import Button from "primevue/button";
import Dropdown from "primevue/dropdown";
@@ -80,6 +81,7 @@ app.use(pinia);
app.use(DialogService);
i18n.setup();
app.use(i18n.vueI18n);
app.component("Avatar", Avatar);
app.component("Badge", Badge);
app.component("Button", Button);
app.component("Menu", Menu);