提交 8f917136 编写于 作者: fxy060608's avatar fxy060608

fix(wxs): remove types

上级 8810ae91
......@@ -161,12 +161,12 @@ class ComponentDescriptor {
return (this.$vm.$emit(eventName, detail), this)
}
setTimeout (handler: TimerHandler, timeout ? : number) {
setTimeout (handler, timeout) {
return window.setTimeout(handler, timeout)
}
clearTimeout (handle ? : number) {
return window.clearTimeout(handle)
clearTimeout (handler) {
return window.clearTimeout(handler)
}
getBoundingClientRect () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册