mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
chore: prettier markdown files
This commit is contained in:
@@ -9,7 +9,7 @@ Vue.component('transition', TransitionStub as any);
|
||||
|
||||
// promisify setTimeout
|
||||
export function later(delay: number = 0): Promise<void> {
|
||||
return new Promise(resolve => {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, delay);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user