diff options
Diffstat (limited to 'app/component.moon')
| -rw-r--r-- | app/component.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/component.moon b/app/component.moon index 4f1d0c0..6dd2999 100644 --- a/app/component.moon +++ b/app/component.moon @@ -122,6 +122,6 @@ with exports = { } add = (e) -> exports[e] = (...) -> ReactiveElement e, ... - for e in *{'div', 'form', 'span', 'article', 'a', 'p', 'button', 'ul', 'li', 'i', 'b', 'u', 'tt'} do add e + for e in *{'div', 'form', 'span', 'article', 'a', 'p', 'button', 'ul', 'ol', 'li', 'i', 'b', 'u', 'tt'} do add e for e in *{'br', 'img', 'input', 'p', 'textarea'} do add e for i=1,8 do add "h" .. i |
