mirror of
https://github.com/status-im/pluto.git
synced 2025-02-24 16:38:16 +00:00
make view attributes optional
This commit is contained in:
parent
642373e43a
commit
18f544f019
@ -22,7 +22,7 @@
|
||||
(spec/def ::element
|
||||
(spec/cat
|
||||
:tag (spec/or :symbol symbol? :fn fn?)
|
||||
:attrs map?
|
||||
:attrs (spec/? map?)
|
||||
:children (spec/* ::form)))
|
||||
|
||||
(declare parse)
|
||||
|
Loading…
x
Reference in New Issue
Block a user