af-mobile-client-vue3 1.4.70 → 1.4.71
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/package.json
CHANGED
|
@@ -862,7 +862,9 @@ function emitFunc(func: any, data: any, value: any) {
|
|
|
862
862
|
/>
|
|
863
863
|
</VanCol>
|
|
864
864
|
</VanRow>
|
|
865
|
-
<
|
|
865
|
+
<div @touchmove.prevent>
|
|
866
|
+
<slot name="search-after" />
|
|
867
|
+
</div>
|
|
866
868
|
|
|
867
869
|
<!-- 多选功能提示 -->
|
|
868
870
|
<div v-if="enableMultiSelect && !isMultiSelectMode" class="multi-select-tip">
|