diff --git a/components/popup/title-bar.vue b/components/popup/title-bar.vue index 751bec88..55a1a413 100644 --- a/components/popup/title-bar.vue +++ b/components/popup/title-bar.vue @@ -3,7 +3,10 @@ class="md-popup-title-bar" :class="[ `title-align-${titleAlign}`, - ...{large: !!describe, 'large-radius': largeRadius} + { + large: !!describe, + 'large-radius': largeRadius + } ]" @touchmove="$_preventScroll" > @@ -74,7 +77,8 @@ - + +