mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
ace editor
This commit is contained in:
@@ -7,12 +7,11 @@
|
||||
export let conid;
|
||||
export let database;
|
||||
|
||||
// $: connection = useConnectionInfo({ conid });
|
||||
// engine={$connection && $connection.engine}
|
||||
$: connection = useConnectionInfo({ conid });
|
||||
</script>
|
||||
|
||||
<VerticalSplitter>
|
||||
<svelte:fragment slot="1">
|
||||
<SqlEditor />
|
||||
<SqlEditor engine={$connection && $connection.engine} />
|
||||
</svelte:fragment>
|
||||
</VerticalSplitter>
|
||||
|
||||
Reference in New Issue
Block a user