我正在使用 Qwik,在某些页面上有此错误

I'm using Qwik and I have this error on some pages

提问人:behnam rahmani 提问时间:10/14/2023 更新时间:10/14/2023 访问量:28

问:

我正在使用 Qwik,在某些页面上有此错误

    Failed to resolve module specifier "X". Relative references must start with either 
    "/", "./", or "../". 

但是当我将此页面内容包装在组件错误中时,错误就消失了。

   const index=()=>{
   return <Component/>
}

JavaScript QWIK

评论


答: 暂无答案