diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 01:04:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 01:04:37 +0300 |
| commit | f20ae34400b35c230d3e7824f98d9b3f4e977f82 (patch) | |
| tree | cd3986c8de42935fb17fb001608d7f5494f0b97c /src/components/opacity_input/opacity_input.vue | |
| parent | 650e69c33683b34e002f5fdc698ceb384baf059b (diff) | |
lint
Diffstat (limited to 'src/components/opacity_input/opacity_input.vue')
| -rw-r--r-- | src/components/opacity_input/opacity_input.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/opacity_input/opacity_input.vue b/src/components/opacity_input/opacity_input.vue index 83bc917d..15d08e04 100644 --- a/src/components/opacity_input/opacity_input.vue +++ b/src/components/opacity_input/opacity_input.vue @@ -11,7 +11,7 @@ </label> <Checkbox v-if="typeof fallback !== 'undefined'" - :modelValue="present" + :model-value="present" :disabled="disabled" class="opt" @update:modelValue="$emit('update:modelValue', !present ? fallback : undefined)" |
