提交 0706497b 编写于 作者: H hdx

i18n: 修正 nvue 页面引入 vue-i18n

上级 d94616c1
...@@ -90,14 +90,14 @@ export function createApp() { ...@@ -90,14 +90,14 @@ export function createApp() {
## nvue页面国际化@nvue ## nvue页面国际化@nvue
注意:nvue 国际化方案需要在每个页面单独引入uni-i18n。 注意:nvue 国际化方案需要在每个页面单独引入vue-i18n。
```html ```html
<script> <script>
import { import {
initVueI18n initVueI18n
} from '@dcloudio/uni-i18n' } from '@dcloudio/vue-i18n'
// const messages = {} 此处内容省略,和 vue 全局引入的写法一致 // const messages = {} 此处内容省略,和 vue 全局引入的写法一致
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册