From 95a1c8ca00f42eb9887b7bc04661595bd7ff518b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 09:56:20 +0800
Subject: [PATCH] 图片及部分样式更改
---
src/components/campusNav/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index 4c0342e..f10d29e 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -75,10 +75,12 @@
},
props: {
comeName: {
- type: String
+ type: String,
+ default: ''
},
getToName: {
- type: String
+ type: String,
+ default: ''
}
},
computed: {
--
Gitblit v1.9.3