Skip to content

Commit

Permalink
Update 阅读器部分开发.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenMingK authored May 27, 2019
1 parent 7b68f6f commit 11263ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 开发文档/阅读器部分开发.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ export default i18n
(3).main.js导入<br>
``` javaScript
mport i18n from ./lang
import i18n from './lang'
new Vue({
i18n
……
}).$mount(#app)
}).$mount('#app')
```
(4).使用方式$t('xx')<br>
html中`{{$t('book.selectFont')}}`, js中`$t('book.pulldownAddMark')`
Expand Down

0 comments on commit 11263ea

Please sign in to comment.