init repo

This commit is contained in:
Yanzhen Yu
2018-10-17 12:06:18 +08:00
commit 2eed038e6b
10 changed files with 266 additions and 0 deletions

17
src/Player.html Normal file
View File

@@ -0,0 +1,17 @@
<div class="rr-player">
rrplayer
</div>
<style>
.rr-player {
border: 1px solid indianred;
}
</style>
<script>
export default {
data() {
return {}
}
}
</script>