情绪羊|emosheep
情绪羊|emosheep
sounds helpful to locate the trouble 😄
Actions to access `.value` should be written in render function, which makes vue properly collect deps. Try to change your code as below: ```js export default defineComponent({ setup() { const...
I just started the project and found the error. If you want to change the default import-source of vue, use `resolve.alias` instead. ```js export default defineConfig({ plugins: [ vue(), ],...
I often encountered this bugs, and generally I'll delete all cache and start vite with `--force` option, it will be resolved after trying once or twice.
但是提供一个通用解决方案也会更加便利呀hh
get了,我那阵儿急着用自己写了一个一共150行代码,有参考你这边的实现思路~,https://github.com/emosheeep/vite-plugin-virtual-mpa
这么说来我也遇到过,还以为是自己哪里写错了害
这个问题现在是什么情况呀,挺蛋疼的感觉😂
这个问题我也遇到过,很奇怪,有时候又是奇奇怪怪的就好了
Maybe there is an other way to locate `>>>` and `/deep/` which are special enough, just take a global search like this: