add: crud completed of budgets
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
multiple: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
});
|
||||
defineEmits(['update:selectedCities', 'clear-option'])
|
||||
@@ -35,6 +39,7 @@
|
||||
:searchable="true"
|
||||
:loading="isLoading"
|
||||
:close-on-select="true"
|
||||
:disabled="disabled"
|
||||
@search-change="searchState"
|
||||
@remove="$emit('clear-option')"
|
||||
placeholder="Busca por ciudad"
|
||||
|
||||
Reference in New Issue
Block a user