mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[bugfix] SubmitBar: incomplete button text display (#1940)
This commit is contained in:
@@ -12,7 +12,14 @@
|
||||
<span :class="b('price')">{{ currency }} {{ price | format }}</span>
|
||||
</template>
|
||||
</div>
|
||||
<van-button :type="buttonType" :disabled="disabled" :loading="loading" @click="$emit('submit')">
|
||||
<van-button
|
||||
square
|
||||
size="large"
|
||||
:type="buttonType"
|
||||
:disabled="disabled"
|
||||
:loading="loading"
|
||||
@click="$emit('submit')"
|
||||
>
|
||||
{{ loading ? '' : buttonText }}
|
||||
</van-button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user