zouyaoji / vue-cesium

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

[Bug Report] vc-viewer的destroyed未触发 #393

Closed kkwwang closed 1 year ago

kkwwang commented 1 year ago

VueCesium version

3.1.8

OS/Browsers version

win11,edge,chrome

Vue version

3.2.47

Cesium version

1.94.3

Reproduction Link

https://codepen.io/kkwwang/pen/ZEqwqmL

Steps to reproduce

vc-viewer中存在vc的组件时,通过v-if控制vc-viewer的加载,无法触发destroyed事件

What is Expected?

正常触发destroyed事件

What is actually happening?

未触发destroyed事件