Skip to content

Commit

Permalink
fix(qq): import nextTick & updateComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
SunskyXH authored and Chen-jj committed Dec 3, 2019
1 parent 27d9905 commit 59ecaad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taro-qq/src/create-component.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { getCurrentPageUrl } from '@tarojs/utils'
import { commitAttachRef, detachAllRef, Current, eventCenter } from '@tarojs/taro'
import { isEmptyObject, isFunction, isArray } from './util'
import { mountComponent } from './lifecycle'
import { mountComponent, updateComponent } from './lifecycle'
import { cacheDataSet, cacheDataGet, cacheDataHas } from './data-cache'
import nextTick from './next-tick'
import propsManager from './propsManager'

const anonymousFnNamePreffix = 'funPrivate'
Expand Down

0 comments on commit 59ecaad

Please sign in to comment.