refactor: refs #8683 enhance sorting logic in VnSelect component #1522
|
@ -153,7 +153,7 @@ const value = computed({
|
|||
});
|
||||
|
||||
const computedSortBy = computed(() => {
|
||||
return $props.sortBy || $props.optionLabel;
|
||||
return $props.sortBy || $props.optionLabel + ' ASC';
|
||||
});
|
||||
|
||||
watch(options, (newValue) => {
|
||||
|
|
Loading…
Reference in New Issue