yangxiao 3 лет назад
Родитель
Сommit
08ee6777d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/About.vue

+ 1 - 1
src/views/About.vue

@@ -13,7 +13,7 @@ import HealthReport from "@com/other/healthReport/index.vue";
 export default {
   data () {
     return {
-      show: false
+      show: true
     }
   },