adbrosaci / vue-lang-router

Vue language routing with (optional) localized URLs.
MIT License
66 stars 8 forks source link

LanguageSwitcher currentUrl fixed for vue3 #29

Open bilalyilmax opened 2 years ago

bilalyilmax commented 2 years ago

fixed #13

The problem that the language switcher does not appear on the first page load in projects using vue 3 is due to the use of the reference variable. When we add the new usage with "||" to the first definition, the problem is solved. If this pull request is accepted and published with a new tag, this library can be used in vue3 without any problems.

resim