Skip to content

Commit 59a43f2

Browse files
authored
💄
1 parent 4370cf7 commit 59a43f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ php artisan vue-i18n:generate --umd
7070
An UMD module can be imported into the browser, build system, node and etc.
7171

7272
Now you can include the generated script in the browser as a normal script and reference it with window.vuei18nLocales.
73-
```
73+
```vue
7474
<script src="{{ asset('js/vue-i18n-locales.generated.js') }}"></script>
7575
7676
// in your js

0 commit comments

Comments
 (0)