mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
20 stars 2 forks source link

Standardized use of `option` / `options` #87

Closed mantou132 closed 6 months ago

mantou132 commented 7 months ago

current:

mantou132 commented 6 months ago
  1. 函数参数叫 options?: Options
  2. 选择值的组件 select, picker 等叫 @property options?: Option[]
  3. 有明确格式的列表叫:@property items?: Item[]
  4. 无明确格式的属性叫: @property data?: xxx
  5. 只有 input 使用 dataList (同 html 属性名)