-
Notifications
You must be signed in to change notification settings - Fork 838
Conversation
感谢你的 PR,前面第一个 commit,尽管这是一个很小的语法错误,但检查到英文版没有这个改动,建议你先去英文版发起这个改动后中文版才会合并。
下面提出了一些修改意见~~ |
好的, 感谢回复! 第一个commit已合并到英文版。vuejs/docs#636 (comment) |
关于加粗符号内的符号使用,请参考我们之前讨论的 #78 。(这里影响翻译的迁移到右侧,半角符号转换全角符号的 wiki) 另外稍微麻烦下,后面的更改顺便把 关于 “breaking” 的问题见 #62 |
@@ -49,7 +49,7 @@ Vue.directive('highlight', { | |||
- **beforeUpdate**:<sup style="color:green">新的!</sup>这是在元素本身更新之前调用的,很像组件生命周期钩子 | |||
- update → <sup style="color:red">移除!</sup>有太多的相似之处要更新,所以这是多余的,请改用 `updated` | |||
- componentUpdated → **updated** | |||
- **beforeUnmount** <sup style="color:green">新的!</sup>与组件生命周期钩子类似,它将在卸载元素之前调用。 | |||
- **beforeUnmount**:<sup style="color:green">新的!</sup>与组件生命周期钩子类似,它将在卸载元素之前调用。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **beforeUnmount**:<sup style="color:green">新的!</sup>与组件生命周期钩子类似,它将在卸载元素之前调用。 | |
- **beforeUnmount**:新的!与组件生命周期钩子类似,它将在卸载元素之前调用。 |
- **BREAKING:**自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 | ||
- **BREAKING:**特定 `is` prop 用法仅限于保留的 `<component>` 标记 | ||
- **NEW:**有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 | ||
- **BREAKING:** 自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **BREAKING:** 自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 | |
- **非兼容**:自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #62
- **BREAKING:**特定 `is` prop 用法仅限于保留的 `<component>` 标记 | ||
- **NEW:**有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 | ||
- **BREAKING:** 自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 | ||
- **BREAKING:** 特定 `is` prop 用法仅限于保留的 `<component>` 标记 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **BREAKING:** 特定 `is` prop 用法仅限于保留的 `<component>` 标记 | |
- **非兼容**:特定 `is` prop 用法仅限于保留的 `<component>` 标记。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #62
- **NEW:**有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 | ||
- **BREAKING:** 自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。 | ||
- **BREAKING:** 特定 `is` prop 用法仅限于保留的 `<component>` 标记 | ||
- **NEW:** 有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **NEW:** 有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 | |
- **新**:有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #62
已针对上述问题进行了修改。github用的不太熟练,还请见谅:flushed: |
Description of Problem
Proposed Solution
Additional Information