xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
621 stars 51 forks source link

Updated README.md to fix vite sample #90

Closed Pezhvak closed 1 year ago

Pezhvak commented 1 year ago

Fixed issue regarding loading localization files in vite sample.

xiCO2k commented 1 year ago

The example is correct, since the JS only is the default one, with the vite plugin installed it will look for the php_ on its own.

Thanks.

Pezhvak commented 1 year ago

alright, but at least add a note about this, it took me some time to find out why it doesn't work.