View | Details | Raw Unified | Return to bug 40150
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/islands.ts (-1 / +4 lines)
Lines 107-112 export function hydrate(): void { Link Here
107
            }
107
            }
108
108
109
            const component = await importFn();
109
            const component = await importFn();
110
            if (customElements.get(name)) {
111
                return;
112
            }
113
110
            customElements.define(
114
            customElements.define(
111
                name,
115
                name,
112
                defineCustomElement(component as any, {
116
                defineCustomElement(component as any, {
113
- 

Return to bug 40150