Bayn Web

Results 3 comments of Bayn Web

this problem is solved by lock nuxt version to ^2. Thinking the author made the project to early but the nuxt version in package.json is still keep latest.

As a newbee I think while you using '\~' means that you are using vite's alias feature.So vite will canvert '\~' before vue's compile.Then it's wrong if the link is...

I'm misunderstood this issue by using \~ in import.It should only happend in img and other tags.Here is webpack vue loader [doc](https://vue-loader.vuejs.org/guide/asset-url.html#transform-rules).Maybe compiler-sfc try to do the some.