vue-resize
vue-resize copied to clipboard
GET "http://hostname/null" vue-resize.esm.js:73
Hi. Sometimes i see this error in console:
GET "http://mysitehostname/null" 404 (Not Found) vue-resize.esm.js:73
var object = document.createElement('object');
this._resizeObject = object;
object.setAttribute('aria-hidden', 'true'); // <---- line 73
object.setAttribute('tabindex', -1);
object.onload = this.addResizeHandlers;
object.type = 'text/html';
Chrome 75.0.3770.80 (x64, Linux)