split files
This commit is contained in:
parent
62f8991e11
commit
9e3a6721c9
7 changed files with 99 additions and 123 deletions
|
|
@ -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 }},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue