a
This commit is contained in:
@@ -7,6 +7,13 @@ import { useAlertService } from '@/shared/alert/alert.service';
|
||||
export default defineComponent({
|
||||
compatConfig: { MODE: 3 },
|
||||
name: 'Transaction',
|
||||
props: {
|
||||
userAccountId: {
|
||||
type: [Number, String],
|
||||
required: false,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
const transactionService = inject('transactionService', () => new TransactionService());
|
||||
const alertService = inject('alertService', () => useAlertService(), true);
|
||||
|
||||
Reference in New Issue
Block a user