浏览代码

PDF导出示例开关调整

yangxiao 3 年之前
父节点
当前提交
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
     }
   },