Update WindowMusic.vue

This commit is contained in:
GoodManWEN 2021-04-27 12:24:38 +01:00 committed by GitHub
commit 0399bb8cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
style="width:500px;height:500px;overflow:scroll"
:music="firstmusic"
:list="musiclist"
:repeat="'repeat-all'"
/>
</div>
</template>
@ -108,4 +109,4 @@ export default {
</script>
<style scoped>
</style>
</style>