You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“this.remoteComponent = remoteVueLoader('data:text/plain,' + encodeURIComponent(res.data))”,"data:text/plain"协议读取数据浏览器报错“data' URLs may not be used as base URLs for a document” 还能改成其他协议
“this.remoteComponent = remoteVueLoader('data:text/plain,' + encodeURIComponent(res.data))”,"data:text/plain"协议读取数据浏览器报错“data' URLs may not be used as base URLs for a document” 还能改成其他协议