mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added graph-component for crash
This commit is contained in:
11
luckydiamond/src/pages/games-pages/CrashgamePage.vue
Normal file
11
luckydiamond/src/pages/games-pages/CrashgamePage.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<crash-graph-component></crash-graph-component>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CrashGraphComponent from "@/components/games-components/CrashGraphComponent.vue";
|
||||
|
||||
export default {
|
||||
components: { CrashGraphComponent }
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user