mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
add category selection in transaction edit page
This commit is contained in:
@@ -42,6 +42,7 @@ import PasswordInputSheet from "./components/mobile/PasswordInputSheet.vue";
|
||||
import PasscodeInputSheet from "./components/mobile/PasscodeInputSheet.vue";
|
||||
import PinCodeInputSheet from "./components/mobile/PinCodeInputSheet.vue";
|
||||
import ListItemSelectionSheet from "./components/mobile/ListItemSelectionSheet.vue";
|
||||
import TwoColumnListItemSelectionSheet from "./components/mobile/TwoColumnListItemSelectionSheet.vue";
|
||||
import IconSelectionSheet from "./components/mobile/IconSelectionSheet.vue";
|
||||
import ColorSelectionSheet from "./components/mobile/ColorSelectionSheet.vue";
|
||||
import InformationSheet from "./components/mobile/InformationSheet.vue";
|
||||
@@ -57,6 +58,7 @@ Vue.component('PasswordInputSheet', PasswordInputSheet);
|
||||
Vue.component('PasscodeInputSheet', PasscodeInputSheet);
|
||||
Vue.component('PinCodeInputSheet', PinCodeInputSheet);
|
||||
Vue.component('ListItemSelectionSheet', ListItemSelectionSheet);
|
||||
Vue.component('TwoColumnListItemSelectionSheet', TwoColumnListItemSelectionSheet);
|
||||
Vue.component('IconSelectionSheet', IconSelectionSheet);
|
||||
Vue.component('ColorSelectionSheet', ColorSelectionSheet);
|
||||
Vue.component('InformationSheet', InformationSheet);
|
||||
|
||||
Reference in New Issue
Block a user