chore: update repo links

This commit is contained in:
chenjiahan
2022-07-23 22:10:20 +08:00
parent 11dbde14f6
commit 7879fd6395
72 changed files with 1373 additions and 1380 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ export function useCountDown(options: UseCountDownOptions) {
const tick = () => {
// should not start counting in server
// see: https://github.com/youzan/vant/issues/7807
// see: https://github.com/vant-ui/vant/issues/7807
if (!inBrowser) {
return;
}