gouzi

Results 15 issues of gouzi

https://github.com/810505339/viteTest.git

bug
need reproduction

### Describe the bug ![image](https://user-images.githubusercontent.com/50100966/222374292-caeb5f00-641b-4c66-b951-f0d26b7a359f.png) ``` components.d.ts ``` components.d.ts it looks does not work ### Reproduction https://github.com/810505339/electron-vite-vue-uncoss ### System Info ```Shell System: OS: Windows 10 10.0.22621 CPU: (20) x64 Intel(R)...

```js import React, {FC} from 'react' import { IconContext } from "react-icons"; import { FaBars } from "react-icons/fa"; const App: FC = () => { return ( ) } ```

![image](https://github.com/ardentlys/wu-ui/assets/50100966/17ed76fa-723b-4e89-9f9c-7160c642623d) 当满足某些条件才能点击下一个 而不是点击直接调用change事件

### 这个功能解决了什么问题? ![image](https://github.com/user-attachments/assets/7f4013a7-36cb-46c4-9f06-22899fef8082) ### 你期望的 API 是什么样子的?

feature: need confirm

![image](https://github.com/codercup/unibest/assets/50100966/dc8ca012-27e1-4298-9788-8beeafe773f6) ![image](https://github.com/codercup/unibest/assets/50100966/0854a141-a093-4926-8a5f-69b0829da999)

``` 123 export default { data() { return { title: 'Hello1' } }, onLoad() { }, methods: { } } .title { font-size: 1rem; color: #8f8f94; } ``` 新建一个hbx项目编写代码到安卓平台文字大小没有变化?

bug
Android
uni 组件

### 🤔 这个 PR 的性质是?(至少选择一个) - [ ] 日常 bug 修复 - [x] 新特性提交 - [x] 站点、文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] TypeScript 定义更新...