Better, but not yet 100% working clusters, now with structure name.
This commit is contained in:
@@ -19,6 +19,8 @@ class View:
|
||||
|
||||
def view(self, model):
|
||||
self.model = model
|
||||
self.model.pre_view()
|
||||
|
||||
new_vdom = self._view()
|
||||
patch(self.vdom, new_vdom)
|
||||
self.vdom = new_vdom
|
||||
|
||||
Reference in New Issue
Block a user