add cell field type

This commit is contained in:
Alex Turchyn
2023-06-27 00:57:29 +03:00
parent 419ede5b1d
commit 897df83633
14 changed files with 188 additions and 47 deletions
-2
View File
@@ -41,8 +41,6 @@ window.customElements.define('template-builder', class extends HTMLElement {
template: reactive(JSON.parse(this.dataset.template))
})
this.app.config.globalProperties.$t = (key) => TemplateBuilder.i18n[key] || key
this.app.mount(this.appElem)
this.appendChild(this.appElem)