gyhyfj
gyhyfj
I add `overflow: overlay` to `html` and it works well now. As webkit browsers' behaviour, people don't need to care about it only if switch pages with/without scrollbar frequently. Another...
same question, wish it could recognize `.cz-config.cjs`, like eslint and stylelint
Maybe related to shamefully-hoist
Is there any alternative solution for page level keep-alive?
> You can use a routing middleware to do this, such as using useState to record a list, and each time you compare whether it is in the list, you...
No type files generated for 1.8.1 ``` 无法找到模块“vite-plugin-eslint”的声明文件。“D:/GitRepo/template-turborepo/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/vite-plugin-eslint/dist/index.mjs”隐式拥有 "any" 类型。 There are types at 'd:/GitRepo/template-turborepo/apps/vue3-vite/node_modules/vite-plugin-eslint/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vite-plugin-eslint' library may...
I really want this because prettier config files can be extended but single ignore file cannot be extend
same problem
See https://github.com/nuxt/nuxt/issues/24196 , my temporary solution is adding this to `nuxt.config.ts`: ``` ts vite: { optimizeDeps: { include: ['element-plus/es/components/**'], }, }, ``` > me too 
您好,ollama run glm4 下载的是那个模型呢?怎么指定下载glm-4-9b-chat这个版本呢