Show how to add a map view through typescript
This commit is contained in:
parent
0126d24242
commit
1e67c0090d
7 changed files with 254 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { createApp } from 'vue';
|
||||
import App from './app.vue';
|
||||
import 'maplibre-gl/dist/maplibre-gl.css';
|
||||
|
||||
createApp(App).mount('#app');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue