Skip to content

Commit 670d29e

Browse files
committed
bump 1.4.1
update demo
1 parent f111e9f commit 670d29e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-aplayer",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Easy-to-config music player for Vue 2.x",
55
"main": "dist/vue-aplayer.min.js",
66
"files": [

src/demo/App.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</svg>
1414
</a>
1515
<div class="container">
16-
<h1>Vue-APlayer</h1>
17-
<p>
16+
<h1 align="center">Vue-APlayer</h1>
17+
<p align="center">
1818
<a href="https://www.npmjs.com/package/vue-aplayer"><img
1919
src="https://img.shields.io/npm/v/vue-aplayer.svg?style=flat-square"/></a>
2020
<a href="https://david-dm.org/SevenOutman/vue-aplayer#info=devDependencies"><img
@@ -74,7 +74,7 @@
7474
mode="circulation"
7575
:music="{
7676
title: 'トリカゴ',
77-
author: 'XX:me',
77+
artist: 'XX:me',
7878
src: 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3',
7979
pic: 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg',
8080
}"
@@ -161,7 +161,7 @@
161161
}
162162
163163
h1 {
164-
font-size: 54px;
164+
font-size: 48px;
165165
color: #41b883;
166166
margin: 30px 0 10px;
167167
}

0 commit comments

Comments
 (0)