Files
newfreeplanet_OLD/src/components/CMapByTable/CMapByTable.vue
Surya Paolo 8f4ff8ff9c - attivita
- gestione degli script sul server
 - creato websocket per interagire con gli script del server.
2024-08-29 23:31:54 +02:00

13 lines
234 B
Vue
Executable File

<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>