diff --git a/packages/uni-cli-i18n/locales/en.json b/packages/uni-cli-i18n/locales/en.json index be37499fc1bac44ca50ef4539a0257de2a834d93..512476777c27880d9e0fbb298d3d429b6c442a81 100644 --- a/packages/uni-cli-i18n/locales/en.json +++ b/packages/uni-cli-i18n/locales/en.json @@ -33,7 +33,7 @@ "templateCompiler.noH5KeyNoSupportExpression": "Non-h5 platforms: key does not support expression {{0}}, for details, please refer to: {{1}}", "templateCompiler.notCurrentlySupportScopedSlot": "Not currently supported scoped slot {{0}}", "templateCompiler.idAttribNotAllowInCustomComponentProps": "id is reserved as a property name and is not allowed to be defined as props in custom component {{0}}", - "templateCompiler.notSupportDynamicSlotName": "{{0}} Does not support dynamic slot names", + "templateCompiler.notSupportDynamicSlotName": "{{0}} Does not support dynamic slot names, please use scopedSlotsCompiler: augmented", "templateCompiler.forNestedIndexNameNoArrowRepeat": "{{0}} When v-for is nested, the index name {{1}} is not allowed to be repeated", "templateCompiler.noSupportSyntax": "Does not support {{0}} syntax", "pluginHbuilderx.plaseHXCompileAppPlatform": "Please use HBuilderX to compile and run to the app-plus platform", diff --git a/packages/uni-cli-i18n/locales/zh_CN.json b/packages/uni-cli-i18n/locales/zh_CN.json index c48eb8b62b563ef14075e66adc40656af5050389..a86b19ca3765e01dee1c6d83b2b6b8b6d6001b8d 100644 --- a/packages/uni-cli-i18n/locales/zh_CN.json +++ b/packages/uni-cli-i18n/locales/zh_CN.json @@ -33,7 +33,7 @@ "templateCompiler.noH5KeyNoSupportExpression": "非 h5 平台 :key 不支持表达式 {{0}},详情参考: {{1}}", "templateCompiler.notCurrentlySupportScopedSlot": "暂不支持 scoped slot {{0}}", "templateCompiler.idAttribNotAllowInCustomComponentProps": "id 作为属性保留名,不允许在自定义组件 {{0}} 中定义为 props", - "templateCompiler.notSupportDynamicSlotName": "{{0}} 不支持动态插槽名", + "templateCompiler.notSupportDynamicSlotName": "{{0}} 不支持动态插槽名,请设置 scopedSlotsCompiler 为 augmented", "templateCompiler.forNestedIndexNameNoArrowRepeat": "{{0}} v-for 嵌套时,索引名称 {{1}} 不允许重复", "templateCompiler.noSupportSyntax": "不支持 {{0}} 语法", "pluginHbuilderx.plaseHXCompileAppPlatform": "请使用 HBuilderX 编译运行至 app-plus 平台",