properly support "disabled" state of contoller

This commit is contained in:
Henry Jameson 2024-09-28 20:20:51 +03:00
commit d234ad8672
2 changed files with 35 additions and 35 deletions

View file

@ -34,7 +34,7 @@ const toModel = (object = {}) => ({
export default {
props: [
'modelValue', 'fallback', 'separateInset', 'noPreview'
'modelValue', 'fallback', 'separateInset', 'noPreview', 'disabled'
],
emits: ['update:modelValue'],
data () {