static form html classnames return to tailwind classname for .vue

This commit is contained in:
Burak Civan
2022-06-10 10:16:41 +03:00
parent dd9b492aee
commit df5f9e7dc7
13 changed files with 108 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
<InstallSteps :active_state="active"></InstallSteps>
<div class="form-group mb-0">
<select v-model="form.lang" name="lang" id="lang" size="13" class="w-full form-control-label">
<select v-model="form.lang" name="lang" id="lang" size="13" class="w-full text-black text-sm font-medium">
<option v-for="(name, code) in languages" :value="code">
{{ name }}
</option>