(app)
| 8 | |
| 9 | const WebComponent = defineCustomElement(rootComponent, { |
| 10 | configureApp(app) { |
| 11 | if (elementName === 'ol-merge-ui') { |
| 12 | app.use(AsyncComputed); |
| 13 | } |
| 14 | }, |
| 15 | }); |
| 16 | |
| 17 | if (!customElements.get(elementName)) { |
nothing calls this directly
no outgoing calls
no test coverage detected