This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-20 16:08:57 +01:00
parent 51c2ee2a0e
commit bbe2f17d5a
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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">