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
vue.global.prod.js:6 TypeError: Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
at insert (vue.global.prod.js:8:35943)
at W (vue.global.prod.js:8:26140)
at W (vue.global.prod.js:8:25803)
at W (vue.global.prod.js:8:25646)
at W (vue.global.prod.js:8:25646)
at i.deactivate (library.esm.js:1:10668)
at K (vue.global.prod.js:8:26316)
at y (vue.global.prod.js:8:16400)
at ue.c [as fn] (vue.global.prod.js:8:22255)
at ue.run (vue.global.prod.js:6:6583)
最近为了优化加载速度,把部分库放到cdn上,用的是 vite-plugin-cdn-import 的 importToCDN 方法,把vue相关的代码放上了cdn,这时候 stack-keep-alive 还没放到cdn,打开应用正常,但是跳转就会报错,
引入 /dist/library.esm.js 时,报
The text was updated successfully, but these errors were encountered: