diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 15:35:18 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 15:35:18 +0300 |
| commit | 5bbc0e0bb5f4a0c95674e6879975e6b5121b421e (patch) | |
| tree | 5a830732a06df57e8e3f4771fed7eedacc4d3950 /src/components/opacity_input/opacity_input.vue | |
| parent | 3799983d4f89cad4dbf4595f49a768a66b72b07e (diff) | |
lint + fixes for registration
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)" |
