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

chore(cli): v3 tips

上级 8cf0c29d
......@@ -216,7 +216,9 @@ if (process.env.UNI_USING_NATIVE) {
const v3Tips = `(v3)详见:https://ask.dcloud.net.cn/article/36599。`
info = '编译器版本:' + pagesPkg['uni-app']['compilerVersion'] + (process.env.UNI_USING_V3 ? v3Tips : '')
}
if (!process.env.UNI_USING_V3) {
if (process.env.UNI_USING_V3) {
console.log(info)
} else {
const glob = require('glob')
hasNVue = !!glob.sync('pages/**/*.nvue', {
cwd: process.env.UNI_INPUT_DIR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册