Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-08-07 06:33:04 +08:00
84 changed files with 898 additions and 345 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default createComponent({
<div
role="button"
tabindex="0"
class={bem('option')}
class={[bem('option'), option.className]}
onClick={() => {
this.onSelect(option, index);
}}