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 d87a4ab commit 6a16e3bCopy full SHA for 6a16e3b
README.md
@@ -13,6 +13,8 @@ vue-i18n loader for custom blocks
13
## :rocket: Usage
14
15
the below example that`App.vue` have `i18n` custom block:
16
+
17
+### Custom Blocks
18
```html
19
<i18n>
20
{
@@ -37,6 +39,8 @@ export default {
37
39
</script>
38
40
```
41
42
+### JavaScript
43
44
```javascript
45
import Vue from 'vue'
46
import VueI18n from 'vue-i18n'
@@ -61,6 +65,8 @@ new Vue({
61
65
}).$mount('#app')
62
66
63
67
68
+### Webpack Config
69
64
70
configure webpack config for `vue-loader` (v11.3 later):
71
72
0 commit comments