Fix accept in uploader

This commit is contained in:
MengYX 2019-12-07 12:23:18 +08:00
parent 66a247be3a
commit 1ede0f3193
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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>