1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-08-05 15:29:17 +08:00

Support circle pack as initial algorithm #136

This commit is contained in:
lana-k
2026-04-06 19:36:33 +02:00
parent d9435a80c3
commit c0d972c2ab
5 changed files with 74 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Field label="Seed value">
<Field label="Seed value" fieldContainerClassName="test_seed_value">
<NumericInput
:value="modelValue.seedValue"
@update="update('seedValue', $event)"