-
### Describe the bug
# Memory leak : callbacks in EventBus are never removed
## Description
A memory leak issue exists due to the `EventBus`. Some callback functions registered to the `EventBus…
-
**Describe the bug**
With a log execution with numerous elements, the rendering by Vue.js stops with the following errors:
```
Error: Rendered items limit reached
itemsLimitError chunk-vend…
-
[>]**hi! Guys, why can I find this file when I run dev, but I can't find it when testing with jest**
![image](https://github.com/user-attachments/assets/00ced19f-107e-4de0-bb78-eb98a12bd88c)
![i…
-
Hi,
would it be possible to use vue components inside a block?
i created a form generator and would like to show the genareated form inside the block.. but i am not quite sure how to do this..
…
-
> 关于 vue-cli 的配置说明
# 文档:
- [webpack中文文档](https://webpack.docschina.org/)
- [深入浅出Webpack](https://github.com/gwuhaolin/dive-into-webpack)
- [Vue-CLI文档中文](https://cli.vuejs.org/zh/)
#…
-
### 可复现的链接(包含复现链接与示例代码):
//
### 问题描述与截图:
vxe-table:
specifier: ^4.6.3
version: 4.6.19(vue@3.5.6(typescript@5.6.2))
vxe-table-plugin-export-xlsx:
specifier: ^…
-
![image](https://github.com/user-attachments/assets/ceeba53f-666d-472d-8188-ecebf33378e1)
我是新手 请教下好多 组件引入 之后报这个错误 使用uniapp vue 未使用语法糖
-
After updating to v1.7.0, I'm receiving this error in the console with my bar chart. My area charts do not cause this same error.
![Screenshot 2024-11-05 at 12 12 25 PM](https://github.com/user-att…
-
- A UI that makes users go "Wow!" at first glance
- Japanese uniqueness
- Consideration for accessibility
- Support for internationalization
- Dark mode support
- Up-to-date information
- Curr…
-
Struggling to test a async component. I created a suspense wrapper component with `defineComponent` which i think should work but it doesn't:
```TypeScript
it("renders a async component with a …