We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5157c6f commit 0170449Copy full SHA for 0170449
lib/prepare.js
@@ -175,7 +175,7 @@ async function resolveOptions (sourceDir) {
175
options.notFoundPath = path.resolve(__dirname, 'default-theme/NotFound.vue')
176
}
177
178
- const themeEnhanceAppPath = path.resolve(themeDir, 'index.js')
+ const themeEnhanceAppPath = path.resolve(themeDir, 'enhanceApp.js')
179
if (fs.existsSync(themeEnhanceAppPath)) {
180
options.themeEnhanceAppPath = themeEnhanceAppPath
181
0 commit comments