Replies: 1 comment
-
|
Please disconsider this question,, turns out that i forgot to import the CSS library for vue-data-ui import '@owickstrom/the-monospace-web'
import 'vue-data-ui/style.css'; // this one was missing
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')now everything works perfectly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello all, i am facing issues in hiding the table when doing a donuts chart.
weird part is that it is working perfectly on chart builder, but when i copy the config and paste it on my vue component, it does not hides the tale.
any rip is welcome.
Beta Was this translation helpful? Give feedback.
All reactions