While using Vuetify, everything works flawlessly except for my label appearing as gibberish in Hebrew. How can I rectify this issue? Here is my code:
<v-text-field v-model="phone_number" class="ma-8" :rules="[rules.required,rules.digits, rules.counter]" label="מספר פלאפון" counter="true" maxlength="10"></v-text-field>
I am utilizing the following scripts:
<script src="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d2a4a7b792e0fcaa">[email protected]</a>/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="85f3f0e0f1ece3fcc5b7abfd">[email protected]</a>/dist/vuetify.js"></script>