[improvement] Template: use v-text instead of mustache (#2404)
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
:class="b('action')"
|
||||
>
|
||||
<slot name="action">
|
||||
<div @click="onBack">{{ $t('cancel') }}</div>
|
||||
<div
|
||||
v-text="$t('cancel')"
|
||||
@click="onBack"
|
||||
/>
|
||||
</slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user