@hostlink/nuxt-light 0.0.108 → 0.0.109
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
|
@@ -636,7 +636,7 @@ const getCellClass = (col: any, row: any) => {
|
|
|
636
636
|
|
|
637
637
|
<template v-if="!col.searchType">
|
|
638
638
|
<q-input dense clearable v-model="filters[col.name]" @keydown.enter.prevent="onFilters"
|
|
639
|
-
@clear="onFilters"></q-input>
|
|
639
|
+
@clear="onFilters" enterkeyhint="search"></q-input>
|
|
640
640
|
|
|
641
641
|
</template>
|
|
642
642
|
|