Built
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Vinlottis</title>
|
<title>Vinlottis</title>
|
||||||
<link href=/dist/css/vinlottis.f85cf34.css rel=stylesheet></head>
|
<link href=/dist/css/vinlottis.97fc9c5.css rel=stylesheet></head>
|
||||||
<body>
|
<body>
|
||||||
<div id=app></div>
|
<div id=app></div>
|
||||||
|
|
||||||
|
|
||||||
<script src=/dist/js/vinlottis.bundle.f85cf34.js></script>
|
<script src=/dist/js/vinlottis.bundle.97fc9c5.js></script>
|
||||||
|
|
||||||
<script type=text/javascript src=/dist/js/vinlottis.bundle.f85cf34.js></script></body>
|
<script type=text/javascript src=/dist/js/vinlottis.bundle.97fc9c5.js></script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div v-if="highscore.length > 0">
|
||||||
<h3>Highscore</h3>
|
<h3>Highscore</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li v-for="person in highscore">
|
<li v-for="person in highscore">
|
||||||
|
|||||||
Reference in New Issue
Block a user