Sfoglia il codice sorgente

PDF导出示例开关调整

yangxiao 3 anni fa
parent
commit
08ee6777d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     }
   },