Replies: 1 comment 1 reply
-
Please refer to vue-cesium-demo to see if the conflict is still there. If the conflict is still there, please use the latest version of vue-cesium to provide a demo that reproduces the problem, and indicate which css conflicts, I will deal with it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My project is based on Quasar framework (Quasar CLI + Vite).
When I install the vue-cesium components, the global CSS settings of the whole project (theme) change.
This happens because vue-cesium is also built on Quasar, and for some reason vue-cesium's root variables are overriding my project's root variables.
I install the components of vue-cesium Local "on demand". and imports the CSS inside the component like this:
import "vue-cesium/dist/index.css";
As described here.
It doesn't matter where I try to import the CSS file, in what order, or in what scope.
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions