code refactor

This commit is contained in:
MaysWind
2023-04-21 22:20:11 +08:00
parent e178a0795a
commit a7ca394864
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export default {
});
}
availableExchangeRates.sort(function(c1, c2){
availableExchangeRates.sort(function(c1, c2) {
return c1.currencyDisplayName.localeCompare(c2.currencyDisplayName);
})
-1
View File
@@ -30,7 +30,6 @@
<f7-list strong inset dividers sortable class="tag-item-list margin-top"
:sortable-enabled="sortable" @sortable:sort="onSort"
v-if="!loading">
<f7-list-item swipeout
:id="getTagDomId(tag)"
:key="tag.id"
+1 -1
View File
@@ -21,7 +21,7 @@
v-model:show="showInputPasscodeSheetForEnable"
v-model="currentPasscodeForEnable"
@passcode:confirm="enableConfirm">
<div class="col-100 text-align-center">
<div class="text-align-center">
<img alt="qrcode" class="img-qrcode" :src="new2FAQRCode" />
</div>
</passcode-input-sheet>