黄蛋蛋

Results 12 comments of 黄蛋蛋

```js export default class AtForm extends React.Component { public static defaultProps: AtFormProps public static propTypes: InferProps public render (): JSX.Element { const {customStyle, className, ...others} = this.props return ( {this.props.children}...

改源码 ```js public render (): JSX.Element { const {customStyle, className, ...others} = this.props return ( {this.props.children} ) } ``` 或者直接用Taro的Form

改源码, ```js {isWEAPP && !disabled && ( {button} )} // 改成 {isWEAPP && !disabled && ( {button} )} ```` 或者不用使用AtForm,直接使用taro的form

```js ` 这样就可以了,或者改源码focus: undefined

> 我要是作者这种身份,早就run了 你可以走线过去

> [exclude is actually for transforming targets. For your case, you might want to use negative globs for them](https://github.com/antfu/unplugin-vue-components/issues/195#issuecomment-955011828) https://github.com/antfu/unplugin-vue-components/issues/420#issuecomment-1170323442 https://github.com/antfu/unplugin-vue-components/blob/3ecdeade011d0ad4dde853ac48c3a051ba880420/src/types.ts#L41-L49