mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
show changeset in json view
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<script>
|
||||
import { getContext } from 'svelte';
|
||||
import contextKey from './context';
|
||||
|
||||
import JSONKey from './JSONKey.svelte';
|
||||
|
||||
export let key, value, valueGetter = null, isParentExpanded, isParentArray, nodeType;
|
||||
|
||||
const { colon } = getContext(contextKey);
|
||||
const { colon } = getContext('json-tree-context-key');
|
||||
</script>
|
||||
<style>
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user