zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.54k stars 325 forks source link

Initialization ignoring access token? #5

Closed oddbytes closed 5 years ago

oddbytes commented 5 years ago

Hi!

i'm initializating vue-cesium like this

Vue.use(VueCesium, {
  accessToken: "access_tokeen",
  cesiumPath: "https://unpkg.com/cesium/Build/Cesium/Cesium.js",
});

But the requests to the endpoint are still using the default hard-coded access token.

Using npm package 0.0.17.

Thanks,

Jesus

oddbytes commented 5 years ago

Hi!

I can confirm that the 0.0.17 npm package contains the 0.0.16 production build, rebuilding the code works correctly.

Regards,

Jesus

zouyaoji commented 5 years ago

Received, I will solve this problem today, thank you.

zouyaoji commented 5 years ago

@oddbytes fixed.