mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
eslint corrections in mainbundle
This commit is contained in:
@@ -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]'))
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user