We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b006576 commit 1e3db97Copy full SHA for 1e3db97
packages/vue-simulator-renderer/src/simulator.ts
@@ -393,7 +393,7 @@ function createSimulatorRenderer() {
393
});
394
395
host.injectionConsumer.consume((data) => {
396
- if (context.appHelper) {
+ if (data.appHelper) {
397
const { utils, constants, ...others } = data.appHelper;
398
Object.assign(context.appHelper, {
399
utils: Array.isArray(utils) ? buildUtils(host.libraryMap, utils) : utils ?? {},
0 commit comments