af-mobile-client-vue3 1.4.69 → 1.4.70

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.69",
4
+ "version": "1.4.70",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -806,7 +806,7 @@ function emitFunc(func: any, data: any, value: any) {
806
806
 
807
807
  <template>
808
808
  <div id="XCellList">
809
- <VanRow v-if="showFilter" class="filter-condition" :class="{ dark: isDark }">
809
+ <VanRow v-if="showFilter" class="filter-condition" :class="{ dark: isDark }" @touchmove.prevent>
810
810
  <!-- 左侧动态插槽区域 -->
811
811
  <template v-for="(_, name) in slots" :key="name">
812
812
  <template v-if="typeof name === 'string' && name.startsWith('search-left-')">