#7186 - tabIndexVATExpenses #277

Merged
jon merged 7 commits from 7186-tabIndexVATExpenses into dev 2024-04-10 07:37:01 +00:00
1 changed files with 1 additions and 6 deletions
Showing only changes of commit 15d4b54dda - Show all commits

View File

@ -32,7 +32,7 @@ const invoiceInFormRef = ref();
const expensesRef = ref(); const expensesRef = ref();
const newExpenseRef = ref(); const newExpenseRef = ref();
const $props = defineProps({ defineProps({
jon marked this conversation as resolved Outdated

eliminar $props y asi no aparece el warning

eliminar $props y asi no aparece el warning
actionIcon: { actionIcon: {
type: String, type: String,
default: 'add', default: 'add',
@ -101,11 +101,6 @@ const columns = computed(() => [
field: (row) => row.foreignValue, field: (row) => row.foreignValue,
align: 'left', align: 'left',
}, },
{
get() {
return $props.actionIcon;
},
}
]); ]);
const filter = { const filter = {