diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 11:57:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 11:57:54 +0300 |
| commit | d9d4d8954e8dc7a10b5c36840437516f6e56b436 (patch) | |
| tree | d4bc017dd5605fc0efc897286e8d469ac9c63c81 /src/components/opacity_input/opacity_input.vue | |
| parent | b132581b3a5291fdc9ca62baf912a40be747ee6b (diff) | |
Revert "lint"
This reverts commit f20ae34400b35c230d3e7824f98d9b3f4e977f82.
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 15d08e04..83bc917d 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'" - :model-value="present" + :modelValue="present" :disabled="disabled" class="opt" @update:modelValue="$emit('update:modelValue', !present ? fallback : undefined)" |
