13 lines
234 B
Vue
13 lines
234 B
Vue
|
|
<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>
|