feature/EntriesCorrections #177
|
@ -39,7 +39,7 @@ const getInputEvents = (colField, props) => {
|
|||
};
|
||||
};
|
||||
|
||||
const tableColumnComponents = {
|
||||
const tableColumnComponents = computed(() => ({
|
||||
item: {
|
||||
component: QBtn,
|
||||
props: {
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
|
@ -132,7 +132,7 @@ const tableColumnComponents = {
|
|||
props: {},
|
||||
event: () => ({}),
|
||||
},
|
||||
};
|
||||
}));
|
||||
|
||||
const entriesTableColumns = computed(() => {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue
8 veces el mismo código para keyenter y blur.
Propuesta, sustituir las ocurrencias por uno genérico
Commit cambios:
2de02723ba
Nueva mejora aplicada.
Commit:
5da5bb2047