style element-plus component in vue 3 – Laravel
I need help with styling component el-date-picker from element plus, can't figure it out. Code for a text input from component: <label v-if="label" class="form-label" :for="id">{{ label }}:</label> <input :id="id" ref="input" v-bind="{ ...$attrs, class: null }" class="form-input" :class="{ error: error }"…