Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 9b440b3

Browse files
authored
Fix loading issue on IE11 (#103)
1 parent cfb8b41 commit 9b440b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpVueLoader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@
442442
return new Promise(function(resolve, reject) {
443443

444444
var xhr = new XMLHttpRequest();
445-
xhr.responseType = 'text';
446445
xhr.open('GET', url);
446+
xhr.responseType = 'text';
447447

448448
xhr.onreadystatechange = function() {
449449

0 commit comments

Comments
 (0)