0👍
language.value a String?
I think we should change from “language.value” to “language[‘lang_’+locale]”
- [Vuejs]-Styling not being applied to SINGLE ELEMENT after exacting JQuery function on single element within a ,vue page
- [Vuejs]-How to prevent reloading of page using vue, vue recaptcha and axios?
0👍
Have you tried it for a single dropdown and is it working properly for it?
Because I think if it’s not working for a single just try like below:
In data(), take one variable that is an empty array and then try this:
<select v-model = "variable-name" and in option value:
<option :value="language.value">
Source:stackexchange.com