ipyvue
ipyvue copied to clipboard
Jupyter widgets base for Vue libraries
TODO: - a way to only supply the compiler for the nodeps version - make hot reloading of template work - [x] make template backward compatible? ( look for `module.exports...
This package builds against (and bundles) a rather old version of Vue.js (2.6.10.) This causes problems with single file components that have been compiled with the latest vue-template-compiler (2.6.14), namely,...
Having a `CHANGELOG.md` file at the top-level of the repo would help users get a quick idea of the changes for each version. Currently the latest GitHub release is `1.7.0`:...
This code should go into ipyvue, not reacton, such that we can have multiple ipyvue versions with different use_event versions.
Making the following possible: ```python import ipyvuetify as v activator = v.Sheet(style_="width: 500px; height: 500px", elevation=8) activator.on_event("contextmenu.prevent", "menu.on.click") v.Sheet(children=[ v.Menu( v_slots=[ { "name": "activator", "variable": "menu", "children": [activator], } ],...
Instead, we create a singleton on the fly when needed. This also allows in multi-user environments to have 1 singleton per user.
In lot of cases I'm forced to use variable for every single widget that I will modify in the future. It's specifically enoying when the components are for examples V.Html(tag="tr")...
We don't listen to v_model in the backbone model.