diff --git a/dist/action-sheet/index.js b/dist/action-sheet/index.js index 667cdfc5..8065c833 100644 --- a/dist/action-sheet/index.js +++ b/dist/action-sheet/index.js @@ -4,6 +4,7 @@ VantComponent({ show: Boolean, title: String, cancelText: String, + description: String, round: { type: Boolean, value: true diff --git a/dist/action-sheet/index.wxml b/dist/action-sheet/index.wxml index c5bbf685..2dcbf4f8 100644 --- a/dist/action-sheet/index.wxml +++ b/dist/action-sheet/index.wxml @@ -19,6 +19,9 @@ bind:click="onClose" /> + + {{ description }} +