e.g. if I reference a subview inside my view template with ``` <js-view js-name="control" js-type="subView" class="subView"></js-view> ``` Then "subView" should be added to the classList of subView's root after render() is called.
e.g. if I reference a subview inside my view template with
Then "subView" should be added to the classList of subView's root after render() is called.