eslint corrections in mainbundle

This commit is contained in:
2024-11-14 16:46:07 +01:00
parent 2d6d2a1f58
commit 0454e5d758
14 changed files with 26 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ const addAddressInput = (inputs) => {
if (container === null) {
throw Error("no container");
}
/* exported app */
const app = createApp({
template: `<app v-bind:addAddress="this.addAddress" @address-created="associateToInput"></app>`,
data() {
@@ -90,4 +90,4 @@ document.addEventListener('DOMContentLoaded', (_e) =>
window.addEventListener('collection-add-entry', (e) =>
addAddressInput(e.detail.entry.querySelectorAll('input[type="hidden"][data-input-address]'))
);
);