LooSheng

Results 8 comments of LooSheng

https://github.com/sxzz/unplugin-vue-define-options/issues/23#issuecomment-1170283222

You can set `parallel: false` in vue.config.js to disable thread-loader. Related: https://github.com/vuejs/vue-cli/issues/2785#issuecomment-432106435 https://github.com/webpack-contrib/thread-loader/issues/27

如果你使用 pnpm ,在没有任何`.npmrc`配置的的情况下,你将无法获得代码提示和类型校验,因为在顶层依赖中没有 `@vue/runtime-core`. 有两种解决方案: 1. `.npmrc` 添加 ```env shamefully-hoist=true # or public-hoist-pattern[]=@vue* ``` 运行 `pnpm i` 2. 使用 `0.18.5` 版本

When using `@nuxt/content` to create an SSG website, I encountered the same problem as well. I solved the problem using the following method, and I hope it will be helpful...

使用 Teleport https://vuejs.org/api/built-in-components.html#teleport

As of 2024.1,IntelliJ hasn't upgraded the v2 version of volar yet, they're currently under observation, so you can pay attention to this issue:[WEB-65823](https://youtrack.jetbrains.com/issue/WEB-65823/update-to-vue-language-server-v2)

> This makes it really verbose by duplicating the spec I agree with you, I thought of this when I added autocomplete to `pnpm`. I have an idea, maybe we...

link https://github.com/johnsoncodehk/volar/issues/2146