huweili-cesium 1.2.3 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@
21
21
  * - 收到无人机数据时绿色高亮闪烁(.active)
22
22
  */
23
23
  import { ref, computed, onMounted, onUnmounted, nextTick } from 'vue'
24
- import { useEventBus } from '../../js/utils/useEventBus'
24
+ import { useEventBus } from '../../js/utils/useEventBus.js'
25
25
 
26
26
  const { on, off } = useEventBus()
27
27