Browse Source

修改需求

bill 2 years ago
parent
commit
47db706941
1 changed files with 1 additions and 0 deletions
  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>