Router defined. Added player component to router

This commit is contained in:
2019-11-16 19:39:15 +01:00
parent 6caef24fd8
commit 6b40947302
4 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
<h1>Player</h1>
</div>
</template>
<script>
</script>
<style lang="scss" scoped>
</style>