chore(Tabs): add deprecation warning (#9129)

* chore(Tabs): add deprecation warning

* chore: upd

* chore: upd
This commit is contained in:
neverland
2021-07-28 09:33:28 +08:00
committed by GitHub
parent a505a9a266
commit b7e6e68a92
5 changed files with 30 additions and 28 deletions

View File

@@ -32,6 +32,7 @@ declare module 'vue' {
onPreview?: EventHandler;
onKeypress?: EventHandler;
onTouchend?: EventHandler;
onClickTab?: EventHandler;
onClickStep?: EventHandler;
onTouchmove?: EventHandler;
onTouchstart?: EventHandler;