b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

这里应该反掉了吧 #78

Closed SUDOCS closed 3 years ago

SUDOCS commented 3 years ago

https://github.com/b2nil/taro-ui-vue3/blob/d34d7a863543e21e0fb3270b236f0aa0b6aabef6/src/components/input/index.ts#L138

    const rootClasses = computed(() => ({
      'at-input': true,
      'at-input--without-border': !props.border
    }))
b2nil commented 3 years ago

的确是写反了,测试用例也反了。 方便提个 PR 吗?