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
|
<component
|
||||||
:is="layoutSettingsComponentMap[modelValue.initialAlgorithm]"
|
:is="layoutSettingsComponentMap[modelValue.initialAlgorithm]"
|
||||||
v-if="modelValue.initialAlgorithm !== 'circular'"
|
v-if="modelValue.initialAlgorithm !== 'circular'"
|
||||||
:model-value="modelValue"
|
:modelValue="modelValue"
|
||||||
:keyOptions="keyOptions"
|
:keyOptions="keyOptions"
|
||||||
@update:model-value="this.$emit('update:modelValue', $event)"
|
@update:model-value="$emit('update:modelValue', $event)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user