From 4251ebf7fab2cf22407c40776cdedacfa74d86d7 Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 16 Jan 2020 12:23:14 +0800 Subject: [PATCH] =?UTF-8?q?update:=20app-vue=20=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E6=97=B6=E6=8F=90=E7=A4=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=BC=80=E5=90=AF=20V3=20=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-template-compiler/lib/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-template-compiler/lib/module.js b/packages/uni-template-compiler/lib/module.js index ce14a527f..82cb4e7e6 100644 --- a/packages/uni-template-compiler/lib/module.js +++ b/packages/uni-template-compiler/lib/module.js @@ -12,7 +12,7 @@ module.exports = { warn }) { if (process.env.UNI_PLATFORM === 'app-plus' && el.tag === 'ad') { - warn("app-vue平台, 组件暂不支持非 V3编译, 详见: https://ask.dcloud.net.cn/article/36599") + warn("app-vue平台, 组件暂不支持非 V3 编译, 详见: https://ask.dcloud.net.cn/article/36599") } if (el.tag === 'slot' && !el.attrsMap['name']) { el.attrsList.push({ -- GitLab