split files

This commit is contained in:
Zutatensuppe 2021-05-01 08:42:39 +02:00
parent 62f8991e11
commit 9e3a6721c9
7 changed files with 99 additions and 123 deletions

View file

@ -7,10 +7,10 @@
<body>
<div id="app"></div>
<script type="module">
import Page from "/index.js"
import Index from "/views/Index.vue.js"
new Vue({
el: '#app',
render: (h) => h(Page, {
render: (h) => h(Index, {
props: {
gamesRunning: {{ gamesRunning|json_encode|raw }},
gamesFinished: {{ gamesFinished|json_encode|raw }},