fix(Tabbar): before-change not work in route mode (#9856)

* fix(Tabbar): before-change not work in route mode

* fix: upd

* test: add test case
This commit is contained in:
neverland
2021-11-13 19:35:44 +08:00
committed by GitHub
parent b8729d8ffb
commit e5ead06d12
4 changed files with 43 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
"dev": "pnpm dev --dir ./packages/vant",
"lint": "pnpm lint --dir ./packages/vant",
"test": "pnpm test --dir ./packages/vant",
"test:watch": "pnpm test:watch --dir ./packages/vant",
"build": "pnpm build --dir ./packages/vant",
"build:site": "pnpm build:site --dir ./packages/vant"
},