提交 4251ebf7 编写于 作者: d-u-a's avatar d-u-a

update: app-vue 使用 <ad> 组件时提示用户开启 V3 编译

上级 823a8006
......@@ -12,7 +12,7 @@ module.exports = {
warn
}) {
if (process.env.UNI_PLATFORM === 'app-plus' && el.tag === 'ad') {
warn("app-vue平台, <ad> 组件暂不支持非 V3编译, 详见: https://ask.dcloud.net.cn/article/36599")
warn("app-vue平台, <ad> 组件暂不支持非 V3 编译, 详见: https://ask.dcloud.net.cn/article/36599")
}
if (el.tag === 'slot' && !el.attrsMap['name']) {
el.attrsList.push({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册