mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -66,18 +66,16 @@
|
||||
block
|
||||
:loading="isSaving"
|
||||
type="danger"
|
||||
:text="saveButtonText || $t('save')"
|
||||
@click="onSave"
|
||||
>
|
||||
{{ saveButtonText || $t('save') }}
|
||||
</van-button>
|
||||
/>
|
||||
<van-button
|
||||
v-if="showDelete"
|
||||
block
|
||||
:loading="isDeleting"
|
||||
:text="deleteButtonText || $t('delete')"
|
||||
@click="onDelete"
|
||||
>
|
||||
{{ deleteButtonText || $t('delete') }}
|
||||
</van-button>
|
||||
/>
|
||||
</div>
|
||||
|
||||
<popup
|
||||
|
Reference in New Issue
Block a user