Replies: 3 comments 10 replies
-
Hey there, thanks for trying the lib:) |
Beta Was this translation helpful? Give feedback.
-
Do you have the same issue when passding hardcoded dataset directly to the component ? That's not a solution of course, just a way to be sure the data is sent to the component. |
Beta Was this translation helpful? Give feedback.
-
Would it make sense to create a separate bundle that imports vue from a CDN? |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I love the examples used for this plugin, but when I copy / paste the example code from https://vue-data-ui.graphieros.com/docs#vue-ui-xy I still can't get it to run at all.
I'm using the VueJS Options API, and have to load Vue-Data-Ui from a CDN: https://cdn.jsdelivr.net/npm/vue-data-ui@1.9.4/+esm
I've got the components included in my Vue app, and the data is present. However, in my DOM-template, nothing happens.
Just to be sure, I've also run a test with a webpack generated version of vue-data-ui combined with the files that import it, to no avail.
My DevTools says the following:
From the top of my head, the error DevTools gives me tells me a variable is missing or not available.
However, the dataset is filled with the array from the DOCS page, as well as the defaultOptions.
I've logged both variables and they return exactly what is expected.
The component on my page is loaded with:
<vue-ui-xy :dataset="dataset" :config="defaultConfig" />
AppComponent.js
Beta Was this translation helpful? Give feedback.
All reactions