-
作者大大,我在一个非vc-viewer子组件中,仅仅调用一下useVueCesium,就会报标题所述warning,不过warning没有任何实质影响。请作者大大指点一下是否是我使用方式出错了?我使用的最新的3.0.16版本 //TestPanel.vue
import { useVueCesium } from 'vue-cesium'
import type { VcViewerProvider } from 'vue-cesium/es/utils/types'
const $vc: VcViewerProvider = useVueCesium() <vc-viewer></vc-viewer>
<TestPanel v-if="xxx" @closePanel="xxx"></TestPanel> 这个TestPanel组件是在后面的一个组件。 |
Beta Was this translation helpful? Give feedback.
Answered by
zouyaoji
Aug 12, 2022
Replies: 1 comment 3 replies
-
可能是改出bug了,我确认一下,如果是就下个版本修复一下。 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
houluy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可能是改出bug了,我确认一下,如果是就下个版本修复一下。