소스 검색

修改需求

bill 2 년 전
부모
커밋
47db706941
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/edit-fix-point/index.vue

+ 1 - 0
src/components/edit-fix-point/index.vue

@@ -19,6 +19,7 @@
         :key="option"
         :class="{ active: option === text }"
         @click="$emit('update:text', option)"
+        v-show="option.includes(text)"
       >
         {{ option }}
       </p>