diff --git a/README.MD b/README.MD index 2abb597..1332ce1 100644 --- a/README.MD +++ b/README.MD @@ -69,6 +69,7 @@ Vue.use(VueBottomSheet); | max-width | String | Set max-width of component card | `max-width="640px"` | | max-height | String | Set max-height of component card | `max-height="90%"` | | effect | String | Set effect for component card | `effect="fx-fadein-scale"` | +| rounded | Boolean | Round the top two corners of the sheet | `:rounded="false"` | ## Events diff --git a/README_RU.MD b/README_RU.MD index d744a05..f284223 100644 --- a/README_RU.MD +++ b/README_RU.MD @@ -68,6 +68,7 @@ Vue.use(VueBottomSheet); | max-width | String | Устанавливает максимальную ширину карточки компонента | `max-width="640px"` | | max-height | String | Устанавливает максимальную высоту карточки компонента | `max-height="90%"` | | effect | String | Устанавливает эффект появление карточки компонента | `effect="fx-fadein-scale"` | +| rounded | Boolean | Включает скругление 2 верхних углов компонента | `:rounded="false"` | ## События diff --git a/dev/dev.vue b/dev/dev.vue index fe5a422..a05fbeb 100644 --- a/dev/dev.vue +++ b/dev/dev.vue @@ -5,7 +5,9 @@ Vue Bottom Sheet
- A nice clean and touch-friendly bottom sheet component based on Vue.js and Hammer.js + A nice clean and touch-friendly bottom sheet component based on + Vue.js and + Hammer.js