- 移除了 data 函数中 return 语句前的多余空行 - 优化了代码格式,提高可读性
@@ -9,7 +9,6 @@ const appId = "wxe25fed34f9f70ef4";
export default {
data() {
return {
-
src :""
}
},