More work on export
This commit is contained in:
parent
94bf35875a
commit
2b2c736311
5 changed files with 327 additions and 299 deletions
|
|
@ -129,7 +129,6 @@ export default {
|
|||
componentForEvent(event, isForExport = false) {
|
||||
let component = this.componentForEventInternal(event, isForExport);
|
||||
if (component) {
|
||||
console.error("COMPONENT", isForExport, component.name);
|
||||
return markRaw(component);
|
||||
}
|
||||
return component;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue