We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f112fdf commit cb621a8Copy full SHA for cb621a8
README.md
@@ -45,6 +45,23 @@ export default {
45
</script>
46
```
47
48
+you also can:
49
+
50
+```vue
51
+<i18n src="./myLang.json"></i18n>
52
+```
53
54
+```json
55
+{
56
+ "en": {
57
+ "hello": "hello world!"
58
+ },
59
+ "ja": {
60
+ "hello": "こんにちは、世界!"
61
+ }
62
+}
63
64
65
### JavaScript
66
67
```javascript
0 commit comments