2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Update Select.vue

This commit is contained in:
Jeff Sagal
2021-08-02 19:24:54 -07:00
parent 6c81325855
commit 1be4464eb1
+1 -1
View File
@@ -205,7 +205,7 @@ export default {
type: Function, type: Function,
/** /**
* @return {Object} * @return {Object}
* @param localeStrings * @param {Object} localeStrings
*/ */
default: (localeStrings) => localeStrings, default: (localeStrings) => localeStrings,
}, },