You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/mp/runtime/events.js
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,5 @@ export function handleProxyWithVue (e) {
104
104
returnresult
105
105
}
106
106
handles.forEach(h=>h(event))
107
-
}else{
108
-
// TODO, 在初始化时进行判断或直接使用 vue 本身的错误提示
109
-
const{ route }=rootVueVM.$mp.page
110
-
console.group(newDate()+' 事件警告')
111
-
console.warn(`Do not have handler in current page: ${route}. Please make sure that handler has been defined in ${route}, or not use handler with 'v-if'`)
0 commit comments