# seems no need to use flag

This commit is contained in:
xianfuxing 2018-09-02 14:54:10 +08:00
parent ec4e49f5da
commit a75bcabf86
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<div v-if="flag" id="map-container" tabindex="0"></div> <div id="map-container" tabindex="0"></div>
</div> </div>
</template> </template>