How to use the jupyter-vue.vueRender function in jupyter-vue

To help you get started, we’ve selected a few jupyter-vue examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mariobuikhuizen / ipyvuetify / js / src / VuetifyView.js View on Github external
render: (createElement) => {
                    // TODO: Don't use v-app in embedded mode
                    /* Prevent re-rendering of toplevel component. This happens on button-click in
                     * v-menu */
                    if (!this.ipyvuetifyApp) {
                        this.ipyvuetifyApp = createElement('div', { class: 'vuetify-styles' }, [
                            createElement('v-app', [vueRender(createElement, this.model, this)]),
                        ]);
                    }
                    return this.ipyvuetifyApp;
                },
            });
github mariobuikhuizen / ipyvuetify / js / src / nodepsVuetifyView.js View on Github external
render: () => {
                return vueRender(createElement, this.model, this)
            },
        });

jupyter-vue

Jupyter widgets base for Vue libraries

MIT
Latest version published 16 days ago

Package Health Score

73 / 100
Full package analysis