- Creazione "AbitareGliIblei"
- Mappa Interattiva con i markers
This commit is contained in:
12
src/components/CMapByTable/CMapByTable.vue
Executable file
12
src/components/CMapByTable/CMapByTable.vue
Executable file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<div id="map" :style="`height:${myheight()}px; width:99%`">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" src="./CMapByTable.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CMapByTable.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user