mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
query grid
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
export let tabs: TabDef[];
|
||||
export let value = 0;
|
||||
export let isInline = false;
|
||||
|
||||
export function setValue(index) {
|
||||
value = index;
|
||||
}
|
||||
export function getValue() {
|
||||
return value;
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="main">
|
||||
|
||||
Reference in New Issue
Block a user