Skip to content

Commit cf83c18

Browse files
knoxnoegoutongwangjd-solanki
authored
fix(list): use model-value instead of value bind (#143)
Co-authored-by: goutongwang <goutongwang.979@bytedance.com> Co-authored-by: JD Solanki <jdsolanki0001@gmail.com>
1 parent 12546b3 commit cf83c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/anu-vue/src/components/select/ASelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function middleware() {
136136
</template>
137137
<AList
138138
:items="options"
139-
:value="props.modelValue"
139+
:model-value="props.modelValue"
140140
class="a-select-options-list"
141141
:class="props.listClasses"
142142
@click:item="(item) => handleOptionClick(item)"

0 commit comments

Comments
 (0)