Files
newfreeplanet_OLD/src/components/CMapByTable/CMapByTable.vue

13 lines
234 B
Vue
Raw Normal View History

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