- Added protected rootView to Component
- Added class
StringDimension
with DSlst(dimension: String)
function
onViewMounted
is called only when view is mounted in a mounted parent. If parent is not mounted,onViewMounted
will not be called.
- Margin and Padding now accept
Dimension
instead of String.