saber3前端报错

Blade 未结 2 151
9057174
9057174 剑童 2024-03-18 15:51

项目引入后,没有改动任何代码,saber3报如下错误:

error.js:20 TypeError: Cannot read properties of null (reading 'isCE')

    at renderSlot (chunk-6LWI37EI.js?v=f9588ac8:28514:36)

    at @smallwei_avue.js?v=4ff0e8c8:83255:2634

    at normalizeChildren (chunk-6LWI37EI.js?v=f9588ac8:32770:38)

    at createBaseVNode (chunk-6LWI37EI.js?v=f9588ac8:32604:9)

    at _createVNode (chunk-6LWI37EI.js?v=f9588ac8:32672:14)

    at createVNodeWithArgsTransform (chunk-6LWI37EI.js?v=f9588ac8:32558:14)

    at Proxy.<anonymous> (@smallwei_avue.js?v=4ff0e8c8:83255:1201)

    at renderComponentRoot (chunk-4ZHG3GOJ.js?v=f9588ac8:2310:17)

    at ReactiveEffect.componentUpdateFn [as fn] (chunk-4ZHG3GOJ.js?v=f9588ac8:7366:26)

    at ReactiveEffect.run (chunk-4ZHG3GOJ.js?v=f9588ac8:420:19)


2条回答
  • 执行过install命令了吗

    0 讨论(0)
  • 2024-03-22 10:08

    @vitejs/plugin-vue和vite升级到最新版就好了

    0 讨论(0)
提交回复