提交 01704491 编写于 作者: M Michael Daffin 提交者: Evan You

fix: renames index.js to enhanceApp.js (#226)

上级 5157c6f4
......@@ -175,7 +175,7 @@ async function resolveOptions (sourceDir) {
options.notFoundPath = path.resolve(__dirname, 'default-theme/NotFound.vue')
}
const themeEnhanceAppPath = path.resolve(themeDir, 'index.js')
const themeEnhanceAppPath = path.resolve(themeDir, 'enhanceApp.js')
if (fs.existsSync(themeEnhanceAppPath)) {
options.themeEnhanceAppPath = themeEnhanceAppPath
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册