提交 27dbd856 编写于 作者: KK's avatar KK

解决控制台报错

上级 7bf30bc3
......@@ -110,7 +110,7 @@ export default class AppSpan extends Vue {
* @type {*}
* @memberof AppSpan
*/
@Prop({ default: () => { } }) protected context?: any;
@Prop({ default: {} }) protected context?: any;
/**
* 导航参数
......@@ -118,7 +118,7 @@ export default class AppSpan extends Vue {
* @type {*}
* @memberof AppSelect
*/
@Prop({ default: () => { } }) protected navigateParam?: any;
@Prop({ default: () => {} }) protected navigateParam?: any;
/**
* 导航上下文
......@@ -126,7 +126,7 @@ export default class AppSpan extends Vue {
* @type {*}
* @memberof AppSelect
*/
@Prop({ default: {} }) protected navigateContext?: any;
@Prop({ default: () => {}}) protected navigateContext?: any;
/**
* 当前值项
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册