dvgis / dc-sdk

DC-SDK is based on the open source project Cesium for the second development of two three-dimensional WebGis application framework , the framework optimizes the use of Cesium and adds some additional features , designed for developers to quickly build WebGis application.🌎

Home Page:http://dc.dvgis.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-vue3 官方demo下载后运行报错

favourLi opened this issue · comments

在main.js增加
import * as DC from '@dvgis/dc-sdk'
然后运行npm run dev
控制台报错
Cannot add property Analysis, object is not extensible

window.DC = Object.create(DC)