Skip to content

Commit

Permalink
fix(tarojs/router): 使用@tarojs/runtime中的requestAnimationFrame (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Sep 27, 2020
1 parent efd9459 commit 62dbbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import UniversalRouter, { Routes } from 'universal-router'
import { LocationListener, LocationState } from 'history'
import { AppConfig, PageConfig } from '@tarojs/taro'
import { createPageConfig, Current, PageInstance, eventCenter, CurrentReconciler, AppInstance, stringify } from '@tarojs/runtime'
import { createPageConfig, Current, PageInstance, eventCenter, CurrentReconciler, AppInstance, stringify, requestAnimationFrame } from '@tarojs/runtime'
import { qs } from './qs'
import { history } from './history'
import { stacks } from './stack'
Expand Down

0 comments on commit 62dbbd9

Please sign in to comment.