Duplicated and disconnected parameter UI for reuse

This commit is contained in:
Jason Casareno
2022-07-19 15:56:42 -07:00
parent 54a12ef6fa
commit fd5db6c8c9
2 changed files with 180 additions and 0 deletions

View File

@@ -148,6 +148,10 @@
/>
</div>
</div>
<br />
<Variables>
<slot></slot>
</Variables>
</div>
</template>
@@ -167,6 +171,7 @@ import {
import isEqual from "lodash/isEqual"
import cloneDeep from "lodash/cloneDeep"
import draggable from "vuedraggable"
import Variables from "./Variables.vue"
import linter from "~/helpers/editor/linting/rawKeyValue"
import { useCodemirror } from "~/helpers/editor/codemirror"
import { useI18n, useToast, useStream } from "~/helpers/utils/composables"