We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea79f9 commit 51f8d7bCopy full SHA for 51f8d7b
src/i18n/index.js
@@ -49,7 +49,7 @@ export default Vue => {
49
render (h) {
50
const { $texts, $lang } = this.$root
51
const locale = $texts[$lang]
52
- const content = locale[this.id].default
+ const content = locale[this.id]
53
return h('div', {
54
domProps: {
55
innerHTML: content
0 commit comments