Errores por pantalla + logs en archivo

This commit is contained in:
2026-03-16 16:08:13 +01:00
parent ed4866ad28
commit f076ee1b83
14 changed files with 351 additions and 98 deletions

View File

@@ -11,12 +11,14 @@ export default defineConfig({
"@renderer": resolve("src/renderer/src"),
},
},
plugins: [vue({
template: {
compilerOptions: {
isCustomElement: tag => tag === "nfc-reader",
plugins: [
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => tag === "nfc-reader",
},
},
},
})],
}),
],
},
});