瀏覽代碼

修改需求

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>