提交 f0865bd2 编写于 作者: Anne_LXM's avatar Anne_LXM

补充类型

上级 9ecb851f
......@@ -56,10 +56,10 @@
}
},
computed: {
hasLeftWin(){
hasLeftWin():boolean{
return !state.noMatchLeftWindow
},
leftWinActive(){
leftWinActive():string{
return state.leftWinActive.slice(1)
}
},
......
......@@ -53,10 +53,10 @@
}
},
computed: {
hasLeftWin(){
hasLeftWin():boolean{
return !state.noMatchLeftWindow
},
leftWinActive(){
leftWinActive():string{
return state.leftWinActive.slice(1)
}
},
......
......@@ -61,10 +61,10 @@
}
},
computed: {
hasLeftWin(){
hasLeftWin():boolean{
return !state.noMatchLeftWindow
},
leftWinActive(){
leftWinActive():string{
return state.leftWinActive.slice(1)
}
},
......
......@@ -234,10 +234,10 @@
}
},
computed: {
hasLeftWin(){
hasLeftWin():boolean{
return !state.noMatchLeftWindow
},
leftWinActive(){
leftWinActive():string{
return state.leftWinActive.split('/')[3]
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册