diff --git a/docs/content/vue-introduction.md b/docs/content/vue-introduction.md index fcdfdd6..3b7738c 100644 --- a/docs/content/vue-introduction.md +++ b/docs/content/vue-introduction.md @@ -4,7 +4,7 @@ The `GalaxyCharts` core component serves as a container for embedding JavaScript ```vue ``` +## Overview of Props +| Variable | Description | +|----------|-------------| +|**credentials**| (Optional) Specifies whether to include or omit credentials in the request. Acceptable values are "include" or "omit." +|**incoming**| (Optional) Use this when parsing incoming data prepared by Galaxy as a property. If not specified, the component will look for data in the `#app` container's `data-incoming` attribute. This incoming data includes details and settings for visualization plugins. + ## Overview of Slot Values | Variable | Description |