Skip to content

Commit ea4bf51

Browse files
committed
propsData -> props in Select
1 parent bacab68 commit ea4bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
* @return {boolean}
991991
*/
992992
isTrackingValues () {
993-
return typeof this.value === 'undefined' || this.$options.propsData.hasOwnProperty('reduce');
993+
return typeof this.value === 'undefined' || this.$options.props.hasOwnProperty('reduce');
994994
},
995995
996996
/**

0 commit comments

Comments
 (0)