Added collections loading

This commit is contained in:
2020-11-26 04:44:55 +01:00
parent f85f16e2a5
commit 31f8cffec1
10 changed files with 167 additions and 43 deletions

15
src/views/Track.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
asd
</div>
</template>
<script>
export default {
name: "Track"
}
</script>
<style scoped>
</style>