mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
create transactions from AI receipt image recognition results
This commit is contained in:
+3
-1
@@ -79,6 +79,7 @@ import MapSheet from '@/components/mobile/MapSheet.vue';
|
||||
import TransactionTagSelectionSheet from '@/components/mobile/TransactionTagSelectionSheet.vue';
|
||||
import ScheduleFrequencySheet from '@/components/mobile/ScheduleFrequencySheet.vue';
|
||||
import AccountBalanceTrendsBarChart from '@/components/mobile/AccountBalanceTrendsBarChart.vue';
|
||||
import AIImageRecognitionSheet from '@/components/mobile/AIImageRecognitionSheet.vue';
|
||||
|
||||
import TextareaAutoSize from '@/directives/mobile/textareaAutoSize.ts';
|
||||
|
||||
@@ -170,8 +171,9 @@ app.component('InformationSheet', InformationSheet);
|
||||
app.component('NumberPadSheet', NumberPadSheet);
|
||||
app.component('MapSheet', MapSheet);
|
||||
app.component('TransactionTagSelectionSheet', TransactionTagSelectionSheet);
|
||||
app.component('AccountBalanceTrendsBarChart', AccountBalanceTrendsBarChart);
|
||||
app.component('ScheduleFrequencySheet', ScheduleFrequencySheet);
|
||||
app.component('AccountBalanceTrendsBarChart', AccountBalanceTrendsBarChart);
|
||||
app.component('AIImageRecognitionSheet', AIImageRecognitionSheet);
|
||||
|
||||
app.directive('TextareaAutoSize', TextareaAutoSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user