@@ -58,6 +58,7 @@ export default defineComponent({
},
methods: {
nativeUpload() {
+ if (this.disabled) return
postMessage(
{
api: 'chooseFile',