bill 8 meses atrás
pai
commit
c5633acfc7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/path/list.vue

+ 1 - 1
src/components/path/list.vue

@@ -1,7 +1,7 @@
 <template>
   <template v-for="(path, index) in paths" :key="path.id">
     <Sign
-      v-if="getPathIsShow(path) && false"
+      v-if="getPathIsShow(path)"
       @delete="deletePath(path)"
       @updatePoints="(data) => updatePosition(index, data)"
       @updateLinePosition="(data) => updateLinePosition(index, data)"