fix build errors
This commit is contained in:
parent
461d7a55fc
commit
baa55fa46f
@ -52,6 +52,7 @@ export async function upload(
|
||||
}
|
||||
delete CURRENT_UPLOAD_LIST[filePath];
|
||||
reject(new Error(`Upload failed: ${error.message}`));
|
||||
},
|
||||
onProgress: function (bytesUploaded) {
|
||||
const fileData = CURRENT_UPLOAD_LIST[filePath];
|
||||
fileData.currentBytesUploaded = bytesUploaded;
|
||||
|
||||
@ -31,7 +31,7 @@ const vfm = createVfm();
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.component(VueNumberInput.name, VueNumberInput);
|
||||
app.component(VueNumberInput.name || "vue-number-input", VueNumberInput);
|
||||
app.use(VueLazyload);
|
||||
app.use(Toast, {
|
||||
transition: "Vue-Toastification__bounce",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user