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 4370cf7 commit 59a43f2Copy full SHA for 59a43f2
README.md
@@ -70,7 +70,7 @@ php artisan vue-i18n:generate --umd
70
An UMD module can be imported into the browser, build system, node and etc.
71
72
Now you can include the generated script in the browser as a normal script and reference it with window.vuei18nLocales.
73
-```
+```vue
74
<script src="{{ asset('js/vue-i18n-locales.generated.js') }}"></script>
75
76
// in your js
0 commit comments