mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-05-06 20:09:18 +08:00
fix lint
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<component
|
||||
:is="layoutSettingsComponentMap[modelValue.initialAlgorithm]"
|
||||
v-if="modelValue.initialAlgorithm !== 'circular'"
|
||||
:model-value="modelValue"
|
||||
:modelValue="modelValue"
|
||||
:keyOptions="keyOptions"
|
||||
@update:model-value="this.$emit('update:modelValue', $event)"
|
||||
@update:model-value="$emit('update:modelValue', $event)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user