【发布时间】:2022-12-28 04:30:32
【问题描述】:
How can I change the color of the selected value? It always stays black
i have this code
<div>
<q-select
dense
bg-color="red"
standout="text-white"
v-model="langModel"
:options="options"
option-label="LAN_NAME_HEB"
@update:model-value = langSelected
style="width: 110px;"
/>
</div>
【问题讨论】: