Browse Source

修改需求

bill 2 năm trước cách đây
mục cha
commit
47db706941
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>