Working now

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-20 16:07:40 +01:00
parent 53e54726ca
commit 51c2ee2a0e
29 changed files with 11278 additions and 63 deletions

24
src/Vinlottis.vue Normal file
View File

@@ -0,0 +1,24 @@
<template>
<div class="container">
<router-view />
</div>
</template>
<script>
export default {
name: "vinlottis",
components: {},
props: {},
data() {
return {};
},
mounted() {
console.log("moutned");
},
computed: {},
methods: {}
};
</script>
<style lang="scss" scoped></style>