p
Size: a a a
p
NF
created() {
console.log('created')
let GISWebAPI = document.createElement('script');
GISWebAPI.setAttribute('src', "url");
document.head.appendChild(GISWebAPI);
},
mounted(): void {
this.MapApi = new GISWebAPI.Map(function(){ },'map');
}
7:23 Cannot find name 'GISWebAPI'.
MS
MS
created() {
console.log('created')
let GISWebAPI = document.createElement('script');
GISWebAPI.setAttribute('src', "url");
document.head.appendChild(GISWebAPI);
},
mounted(): void {
this.MapApi = new GISWebAPI.Map(function(){ },'map');
}
7:23 Cannot find name 'GISWebAPI'.
MS
NF
AE
IK
MS
MS
IK
MS
MS
MS
NF
MS
MS
MS