Webix Jet in Vue

Hello,

checking out Vue I am looking for a way to have a webix jet app as a Vue component. Anybody has an idea?

Thanks,
Martin

Hi,

Stages of creation:

But here instead of webix.ui(... ,please, add app.render(..

Hi Nastja,

thanks! But unfortunetely I can’t get it to work. Do I have to create the webix jet as module and import that then into the Vue app?
And is the app.render the Vue instance or the webix jet?

Sorry and thanks again!
Martin

Hello @martinfruehmorgen ,

Do I have to create the webix jet as module and import that then into the Vue app?

Yeap, that’s right.

And is the app.render the Vue instance or the webix jet?

In the Vue component the webix jet app is called. So the answer is that webix jet app is rendered with the help of app.render().