提交 9a8202d5 编写于 作者: fxy060608's avatar fxy060608

fix(v3): app.vue => App.vue #1769

上级 aafa79ac
......@@ -30,7 +30,7 @@ function getDefineComponents ({
}) => `Vue.component('${name}',require('${source}').default)`)
}
const appVueFilePath = path.resolve(process.env.UNI_INPUT_DIR, 'app.vue')
const appVueFilePath = path.resolve(process.env.UNI_INPUT_DIR, 'App.vue')
function getStylesCode (loaderContext) {
if (!fs.existsSync(appVueFilePath)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册