1
0
Quellcode durchsuchen

feat(map): 增加空白

gemercheung vor 1 Jahr
Ursprung
Commit
7ea691c37d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/app/map/App.vue

+ 1 - 1
src/app/map/App.vue

@@ -22,7 +22,7 @@
   <div ref="mapEl" class="map-container" v-show="currentType(0)"></div>
   <div class="card-container" v-show="currentType(1)">
     <div class="card-list">
-      <template v-for="item of list" v-if="list.length > 0 && false">
+      <template v-for="item of list" v-if="list.length > 0 ">
         <el-card
           style="width: 480px"
           shadow="hover"