mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
code refactor
This commit is contained in:
@@ -144,7 +144,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
availableExchangeRates.sort(function(c1, c2){
|
||||
availableExchangeRates.sort(function(c1, c2) {
|
||||
return c1.currencyDisplayName.localeCompare(c2.currencyDisplayName);
|
||||
})
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user