chore: adjust some code (#8446)

This commit is contained in:
neverland
2021-04-02 10:19:33 +08:00
committed by GitHub
parent 65185069bf
commit 74e19f55d1
5 changed files with 10 additions and 9 deletions

View File

@@ -36,5 +36,6 @@ declare module 'vue' {
onTouchmove?: EventHandler;
onTouchstart?: EventHandler;
onTouchcancel?: EventHandler;
onSelectSearch?: EventHandler;
}
}