-
### Which generators are impacted?
- [x] All
- [ ] HTML
- [ ] React
- [ ] Angular
- [ ] Vue
- [ ] Web components
- [ ] Power Apps
### Reproduction case
empty prop `variant=""` creates unexpected co…
-
### Which generators are impacted?
- [X] All
- [ ] HTML
- [ ] React
- [ ] Angular
- [ ] Vue
- [ ] Web components
- [ ] Power Apps
### Reproduction case
currently HTML attribute inert as property is…
-
### 相关平台
React Native
**使用框架: Vue 3**
### 复现步骤
用Taro vue3 开发安卓APP,执行npm run build:rn报错or index.js: [BABEL] D:\代码\myAPP05\index.js: Value "vue3" of option "framework" is not supported f…
-
I just upgraded to the newest vue version (3.4.30) and am experiencing massively degraded performance with v-calendar.
I have prepared two minimal vue apps with only the `Calendar` component used. …
-
Hi,
I have just found this and it seems very promising. I am using React in Vue. However, I have ran into an issue: how can I pass react component as an attribute in another component. E.g. `` in V…
-
> 我们最终的目标是希望 Mobile Vue 和 Mobile React**可以共用一套样式文件、一套示例文档**。目前 Mobile Vue 端已发布Stable版本,因此在做组件升级时,我们需要和 Mobile Vue端的同名组件保持一样的 DOM结构,以复用一套样式,组件示例文件命名也应和 Mobile Vue 端命名保持一致,以复用一套示例文档。
## 开发指引
[mobil…
-
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues)
## Basic Info
- **Package Name And Version:** @arco-design/web-vue…
-
Similar to React demo app I suggest to add demo for Vue framework: https://github.com/1inch-community/interface/issues/14#issue-2430461686
-
### Which generators are impacted?
- [ ] All
- [ ] HTML
- [ ] React
- [ ] Angular
- [X] Vue
- [ ] Web components
- [ ] Power Apps
### Reproduction case
DBCheckbox: `v-model` does not work
### Expe…
-
#### React核心思想
很多人说React相当于MVC层中的V层(视图。
React有几个特点:
- 声明式
> React 可以非常轻松地创建用户交互界面。为你应用的每一个状态设计简洁的视图,在数据改变时 React 也可以高效地更新渲染界面。
>
> 以声明式编写UI,可以让你的代码更加可靠,且方便调试。
- 组件化
> 创建好拥有各自状态的组件,…