From 4700001f3289b72465420afabdbba6340c69c1bb Mon Sep 17 00:00:00 2001 From: landluck Date: Fri, 18 Nov 2022 15:39:05 +0800 Subject: [PATCH] build: compile 1.10.7 --- dist/action-sheet/index.js | 1 + dist/action-sheet/index.wxml | 4 ++-- dist/dropdown-item/index.js | 1 + dist/dropdown-item/index.wxml | 4 ++-- dist/dropdown-menu/index.js | 1 + dist/dropdown-menu/index.wxml | 2 +- dist/search/index.js | 4 ++++ lib/action-sheet/index.js | 1 + lib/action-sheet/index.wxml | 4 ++-- lib/dropdown-item/index.js | 1 + lib/dropdown-item/index.wxml | 4 ++-- lib/dropdown-menu/index.js | 1 + lib/dropdown-menu/index.wxml | 2 +- lib/search/index.js | 4 ++++ 14 files changed, 24 insertions(+), 10 deletions(-) diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js index 58e866d9..aee6999b 100644 --- a/dist/action-sheet/index.js +++ b/dist/action-sheet/index.js @@ -1,6 +1,7 @@ import { VantComponent } from '../common/component'; import { button } from '../mixins/button'; VantComponent({ + classes: ['list-class'], mixins: [button], props: { show: Boolean, diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml index b04cc3a3..d59a45d6 100644 --- a/dist/action-sheet/index.wxml +++ b/dist/action-sheet/index.wxml @@ -6,7 +6,7 @@ round="{{ round }}" z-index="{{ zIndex }}" overlay="{{ overlay }}" - custom-class="van-action-sheet" + custom-class="van-action-sheet custom-class" safe-area-inset-bottom="{{ safeAreaInsetBottom }}" close-on-click-overlay="{{ closeOnClickOverlay }}" bind:close="onClickOverlay" @@ -22,7 +22,7 @@ {{ description }} - +