Errores por pantalla + logs en archivo
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
})],
|
||||
}),
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user