Fix accept in uploader

remotes/origin/HEAD
MengYX 5 years ago
parent 73f3959094
commit 014fe5ae26
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604

@ -1,6 +1,6 @@
{ {
"name": "unlock-music", "name": "unlock-music",
"version": "1.0.1", "version": "1.0.2",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

@ -6,7 +6,6 @@
:auto-upload="false" :auto-upload="false"
:on-change="handleFile" :on-change="handleFile"
:show-file-list="false" :show-file-list="false"
accept=".ncm,.qmc0,.qmc3,.qmcflac,.qmcogg,.mflac"
action="" action=""
drag drag
multiple> multiple>

Loading…
Cancel
Save