Browse Source

fix: uploader 提示语言

lilinsen 5 years ago
parent
commit
7933936b95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/uploader/uploader.vue

+ 1 - 1
src/packages/uploader/uploader.vue

@@ -88,7 +88,7 @@ export default {
         },
         limitError: {
             type: String,
-            default: "对不起,您的浏览器不支持本组件"
+            default: "对不起,文件大小超出了限制"
         },
         withCredentials: {
             type: Boolean,