ipyvue
ipyvue copied to clipboard
Jupyter widgets base for Vue libraries
Results
12
ipyvue issues
Sort by
recently updated
recently updated
newest added
Thanks for the great project. I was [following the notebook](https://github.com/mariobuikhuizen/ipyvue/blob/master/class_components.ipynb) here for creating Vue components using the new syntax `vue.VueTemplate.class_component_serialization`. But no event can be pass from `sub-component` to `main-component`...
I've started to write a `computed` decorator that behave like _computed_ variables in vue, and I'm wondering whether this could be a welcome addition to vuejs? It is based on...