#7197 fixInvoiceIn #466

Merged
jorgep merged 36 commits from 7197-fixInvoiceIn into dev 2024-07-29 07:44:05 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit cc203022d2 - Show all commits

View File

@ -156,6 +156,7 @@ select:-webkit-autofill {
overflow: hidden;
max-width: 80px;
}
.tr-header {
color: var(--vn-label-color);
}

View File

@ -6,6 +6,7 @@ import { i18n } from 'src/boot/i18n';
import { Notify, Dialog } from 'quasar';
import axios from 'axios';
import * as useValidator from 'src/composables/useValidator';
import { onBeforeRouteLeave } from 'vue-router';
installQuasarPlugin({
plugins: {
@ -38,6 +39,7 @@ vi.mock('vue-router', () => ({
meta: { moduleName: 'mockName' },
path: 'mockSection/list',
}),
Review

mockeado.

mockeado.
onBeforeRouteLeave: () => {},
}));
vi.mock('axios');