diff --git a/src/composables/scripts.js b/src/composables/scripts.js index 031b21e6..6d6013c9 100644 --- a/src/composables/scripts.js +++ b/src/composables/scripts.js @@ -12,6 +12,7 @@ export function useScriptDropdown(setScript = null, { onMount = false } = {}) { const script = ref(setScript); const syntax = ref(""); const link = ref(""); + const description = ref(""); const baseUrl = "https://github.com/amidaware/community-scripts/blob/main/scripts/"; @@ -54,6 +55,7 @@ export function useScriptDropdown(setScript = null, { onMount = false } = {}) { defaultEnvVars, syntax, link, + description, //methods getScriptOptions,