提交 b344cfd6 编写于 作者: D dolymood

docs(i18n): mixin usage

上级 cf8c6006
......@@ -158,7 +158,7 @@ As mentioned above, cube-ui provides international capabilities for its own comp
<script>
export default {
//...
mixins: [Locale.LocaleMixin] // Inject mixin, have the ability to $t
mixins: [Locale.localeMixin] // Inject mixin, have the ability to $t. After v1.12.23
}
</script>
```
......
......@@ -159,7 +159,7 @@ cube-ui 会监听当前的语言类型,因此自动渲染组件对应的文案
<script>
export default {
//...
mixins: [Locale.LocaleMixin] // 注入 mixin,拥有 $t 的能力
mixins: [Locale.localeMixin] // 注入 mixin,拥有 $t 的能力,1.12.23 版本新加
}
</script>
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册