File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313 <div
1414 v-bind =" backgroundAttributes"
1515 class =" absolute inset-0"
16-
17- :data-hide =" background === 'transparent'"
16+ :data-hide =" background === 'transparent' ? '' : undefined"
1817 ></div >
1918
2019 <!-- Optional grid. Left out for a future implementation. -->
Original file line number Diff line number Diff line change 33 :value =" modelValue"
44 :class =" [sizes[size]]"
55 :type =" $attrs.type || 'text'"
6- @update:model-value =" $emit('update:modelValue', $event.target.value)"
6+ @input =" $emit('update:modelValue', $event.target.value)"
77 class =" highlight rounded-lg text-ui-gray-400 disabled:cursor-not-allowed disabled:bg-ui-gray-900 bg-ui-gray-800 hover:bg-ui-gray-900 focus:outline-none focus:ring-0"
88 />
99</template >
Original file line number Diff line number Diff line change 22 <input
33 type =" range"
44 :value =" modelValue"
5- @update:model-value =" $emit('update:modelValue', $event.target.value)"
5+ @input =" $emit('update:modelValue', $event.target.value)"
66 class =" transition-all highlight bg-ui-gray-800 w-full appearance-none hover:bg-ui-violet-500 rounded-xl"
77 />
88</template >
You can’t perform that action at this time.
0 commit comments