-
### What happened?
I encountered an error while running the Electron development environment. Despite multiple attempts, the error persisted and I don't know what to do
### What did you expect to ha…
-
### 关联 issue
https://github.com/DouyinFE/semi-design/issues/141
### 环境
- ts 4.5
- pnpm 6.20^
- vite2.7
- react17
### 出现bug的组件
- any
### semi-ui version
- 2.1.5
### 现有解…
-
### What happened?
Using the latest appvite2 whre quasar.config.ts can now be specified in typescript. Per the docs (https://quasar.dev/quasar-cli-vite/quasar-config-file#the-basics) and reality, c…
-
**问题描述**
使用provide传值, 在子组件中使用inject无法获取到传递的值, 只能拿到默认值, 如不给默认值就是undefined
**复现步骤**
[复现问题的步骤]
1. 父组件provide
2. 子组件inject
3. 打印查看inject返回值, 为undefined(有默认值就是默认值)
**预期结果**
希望正常传值与响应式更新
**实际…
-
I'm facing an issue after moving from vite2 to vite3 with SSR setup.
The error is:
```
globalThis._$HY is undefined
```
The repository to reproduce is here:
https://github.com/malekim/solidj…
-
### folder: `/vite-docs-de/docs/blog`
files to check:
- `announcing-vite2.md`
- `announcing-vite3.md`
- `announcing-vite4-3.md`
- `announcing-vite4.md`
- `announcing-vite5.md`
since the oth…
-
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
1.7.3
…
-
### Vue version
3.4.9 and above
### Link to minimal reproduction
https://github.com/tencentyun/TUIRoomKit/tree/main/Electron/vue3
### Steps to reproduce
1.Upgrade the vue version to 3.4.9…
-
Hi, I create a vue3 project with vite2, code like this:
```vue
import { defineAsyncComponent, getCurrentInstance } from 'vue'
import { loadModule } from 'vue3-sfc-loader'
…
-
计划的改动:
1. 放弃 vite 2、3 的支持
1. 改用 es6 语法
1. 增加 ts 支持(虽然 ali-oss 包从来没支持过)
1. node 最低支持版本提高
1. closeBundle 支持传对象(vite2、3 只支持传函数,传对象可以防止异步时序混乱,见 https://github.com/xiaweiss/vite-plugin-ali-oss/pull/8 …