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