@tarojs/runtime 3.3.18 → 3.3.19
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 +4 -4
package/dist/runtime.esm.js
CHANGED
|
@@ -6083,7 +6083,7 @@ function createVue3App(app, h, config) {
|
|
|
6083
6083
|
var _a;
|
|
6084
6084
|
Current.router = Object.assign({ params: options === null || options === void 0 ? void 0 : options.query }, options);
|
|
6085
6085
|
if (isBrowser) {
|
|
6086
|
-
appInstance = app.mount(
|
|
6086
|
+
appInstance = app.mount(`#${config.appId || 'app'}`);
|
|
6087
6087
|
}
|
|
6088
6088
|
// 把 App Class 上挂载的额外属性同步到全局 app 对象中
|
|
6089
6089
|
// eslint-disable-next-line dot-notation
|