Bereinigen und Entfernen von nicht mehr benötigten TinyMCE-Dateien und -Plugins; Aktualisierung der Internationalisierung für Deutsch und Englisch in den Falukant- und Navigationsmodulen; Verbesserung der Statusleiste und Router-Implementierung.
This commit is contained in:
12
frontend/src/router/minigamesRoutes.js
Normal file
12
frontend/src/router/minigamesRoutes.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Match3Game from '../views/minigames/Match3Game.vue';
|
||||
|
||||
const minigamesRoutes = [
|
||||
{
|
||||
path: '/minigames/match3',
|
||||
name: 'Match3Game',
|
||||
component: Match3Game,
|
||||
meta: { requiresAuth: true }
|
||||
}
|
||||
];
|
||||
|
||||
export default minigamesRoutes;
|
||||
Reference in New Issue
Block a user