mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
diagram designer
This commit is contained in:
@@ -2,4 +2,12 @@
|
||||
import Designer from './Designer.svelte';
|
||||
</script>
|
||||
|
||||
<Designer {...$$props} />
|
||||
<Designer
|
||||
{...$$props}
|
||||
settings={{
|
||||
showTableCloseButton: true,
|
||||
allowColumnOperations: true,
|
||||
allowCreateRefByDrag: true,
|
||||
allowTableAlias: true,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user