diff --git a/pages/apple-silicon-app-test.vue b/pages/apple-silicon-app-test.vue index 09109e4..6ba21f1 100644 --- a/pages/apple-silicon-app-test.vue +++ b/pages/apple-silicon-app-test.vue @@ -304,7 +304,7 @@ export default { // Bring in code const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js') - const testResultStore = this.config ? this.$config.testResultStore : this.$config.testResultStore + const testResultStore = this.config ? this.config.testResultStore : global.$config.testResultStore // Initialize instance this.scanner = new AppFilesScanner({