mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added router for jackop-history
This commit is contained in:
13
luckydiamond/src/pages/JackopthistoryPage.vue
Normal file
13
luckydiamond/src/pages/JackopthistoryPage.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
t<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -6,6 +6,7 @@ import SapergamePage from "@/pages/games-pages/SapergamePage.vue";
|
|||||||
import SettingsPage from "@/pages/SettingsPage.vue";
|
import SettingsPage from "@/pages/SettingsPage.vue";
|
||||||
import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue";
|
import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue";
|
||||||
import JackpotPage from "@/pages/games-pages/JackpotPage.vue";
|
import JackpotPage from "@/pages/games-pages/JackpotPage.vue";
|
||||||
|
import JackopthistoryPage from "@/pages/JackopthistoryPage.vue";
|
||||||
import AboutPage from "@/pages/AboutPage.vue";
|
import AboutPage from "@/pages/AboutPage.vue";
|
||||||
import HelpPage from "@/pages/HelpPage.vue" ;
|
import HelpPage from "@/pages/HelpPage.vue" ;
|
||||||
|
|
||||||
@@ -17,6 +18,7 @@ export default createRouter({
|
|||||||
{ path: '/game/saper', component: SapergamePage, name: 'saper' },
|
{ path: '/game/saper', component: SapergamePage, name: 'saper' },
|
||||||
{ path: '/game/crash', component: CrashGamePage, name: 'crash' },
|
{ path: '/game/crash', component: CrashGamePage, name: 'crash' },
|
||||||
{ path: '/game/jackpot', component: JackpotPage, name: 'jackpot' },
|
{ path: '/game/jackpot', component: JackpotPage, name: 'jackpot' },
|
||||||
|
{ path: '/game/jackpot/history', component: JackopthistoryPage, name: 'jackpot-history' },
|
||||||
{ path: '/settings', component: SettingsPage, name: 'settings' },
|
{ path: '/settings', component: SettingsPage, name: 'settings' },
|
||||||
{ path: '/about', component: AboutPage, name: 'about' },
|
{ path: '/about', component: AboutPage, name: 'about' },
|
||||||
{ path: '/help', component: HelpPage, name: 'help' },
|
{ path: '/help', component: HelpPage, name: 'help' },
|
||||||
|
|||||||
Reference in New Issue
Block a user