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

@@ -1,5 +1,7 @@
<template>
<div>
<h1>hello world</h1>
<router-view />
</div>
</template>