Skip to content

Commit 51f8d7b

Browse files
committed
fix: var error
1 parent 7ea79f9 commit 51f8d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default Vue => {
4949
render (h) {
5050
const { $texts, $lang } = this.$root
5151
const locale = $texts[$lang]
52-
const content = locale[this.id].default
52+
const content = locale[this.id]
5353
return h('div', {
5454
domProps: {
5555
innerHTML: content

0 commit comments

Comments
 (0)