Skip to content

Commit

Permalink
fix(tt): 修复头条真机调试报错,fix NervJS#5688
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj authored and jiangzm committed Dec 7, 2020
1 parent 25ad678 commit fbfdb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-tt/src/create-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function createComponent (ComponentClass, isPage) {
}
}
})
globPageRegistPath && cacheDataSet(globPageRegistPath, ComponentClass)
ComponentClass.$$componentPath && cacheDataSet(ComponentClass.$$componentPath, ComponentClass)
}
bindProperties(weappComponentConf, ComponentClass, isPage)
bindBehaviors(weappComponentConf, ComponentClass)
Expand Down

0 comments on commit fbfdb21

Please sign in to comment.