-
### Current behavior
When running a Vue3 component test with `"@cypress/vite-dev-server": "^2.1.0"` and `"@cypress/vue": "^3.0.3"` I see the following error on startup:
```
Failed to fetch dynami…
-
### Bug 描述 Bug description
2.0.0-rc.4 版本, 在vue3.2.40 中响应式失效
依赖
"dependencies": {
"@hgj/element-plus": "^0.1.1",
"@vueuse/core": "^9.2.0",
"element-plus": "^2.2.17",
"file-saver"…
-
I use in uniapp unocss, use the unplugin - attributify - to - class this plug-in hope to be able to achieve without writing style in the class, then is not effective, I had to in front of each style a…
-
### Clear and concise description of the problem
1. 在一个ui库上进行封装,如:vant ;然后把这个库打包且排除 “vant”
```jsx
export default defineComponent({
name: 'CButton'
setup() {
return () => xxx
}
})
```
…
-
import { VueRouterAutoImports } from 'unplugin-vue-router'
'"unplugin-vue-router"' has no exported member named 'VueRouterAutoImports'. Did you mean 'VueRouterExports'?ts(2724)
also... Do yo…
-
nginx里配置了brotli,vite中也配置了,但是实际只有**少数几个**压缩前1kb以下的js和css文件会使用br,其它都是gzip,不知道是哪里没配置对。
```
index.xxx.js // 大于1k
index.xxx.js.br // 小于1k
```
`vite.config.ts`:
```ts
import { compression } from …
-
**问题描述**
使用unplugin-vue-components/vite,父组件v-model="visible"。visible变化,子组件watch了visible,h5表现正常,小程序无法触发watch。手动导入组件后正常
**复现步骤**
1. 点击按钮,父组件改变状态 v-model:visible="visible"
2. 子组件监听visible变化
```v…
-
### What version of `vite` are you using?
4.0.0
### System info and storybook versions
System:
OS: Win11x64
node: 16.18.1
### Describe the Bug
blank vite typescript project them:
> pnpx sto…
-
## Summary
[`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) use [`ComponentCustomProperties`](https://vuejs.org/api/utility-types.html#componentcustomproperties) util to defi…
-
Is this plugin support dynamic components? Such as using ``
I tried to use this plugin using dynamic components, but it's not rendering.
Example:
```html
```