@tarojs/runtime 3.6.0-canary.1 → 3.6.0-canary.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/runtime.esm.js +1 -1
- package/dist/runtime.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/runtime.esm.js
CHANGED
|
@@ -3667,7 +3667,7 @@ function createPageConfig(component, pageName, data, pageConfig) {
|
|
|
3667
3667
|
setCurrentRouter(this);
|
|
3668
3668
|
// 初始化当前页面的上下文信息
|
|
3669
3669
|
if (process.env.TARO_ENV !== 'h5') {
|
|
3670
|
-
window$1.trigger(CONTEXT_ACTIONS.INIT,
|
|
3670
|
+
window$1.trigger(CONTEXT_ACTIONS.INIT, $taroPath);
|
|
3671
3671
|
}
|
|
3672
3672
|
const mount = () => {
|
|
3673
3673
|
Current.app.mount(component, $taroPath, () => {
|