@hostlink/nuxt-light 0.0.95 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -515,7 +515,7 @@ const filterFn = (val, update, abort) {
|
|
|
515
515
|
</template>
|
|
516
516
|
|
|
517
517
|
<template v-if="col.searchType == 'select'">
|
|
518
|
-
<q-select dense v-model="filters[col.name]" @
|
|
518
|
+
<q-select dense v-model="filters[col.name]" @update:model-value="onFilters" clearable
|
|
519
519
|
:options="col.searchOptions" @clear="onFilters" emit-value map-options
|
|
520
520
|
:multiple="col.searchMultiple" />
|
|
521
521
|
|