{
  "doc": {
    "id": "app/component-testing/vue/api",
    "title": "Vue API",
    "description": "API for mounting Vue components in Cypress tests.",
    "section": "app",
    "source_path": "/llm/markdown/app/component-testing/vue/api.md",
    "version": "e6988a974973e9090ce70406c38cb2b9e0eac9fa",
    "updated_at": "2026-05-15T15:50:22.536Z",
    "headings": [
      {
        "id": "app/component-testing/vue/api#vue-api",
        "text": "Vue API",
        "level": 1
      },
      {
        "id": "app/component-testing/vue/api#methods",
        "text": "Methods",
        "level": 2
      },
      {
        "id": "app/component-testing/vue/api#mount",
        "text": "mount",
        "level": 3
      },
      {
        "id": "app/component-testing/vue/api#interfaces",
        "text": "Interfaces",
        "level": 2
      },
      {
        "id": "app/component-testing/vue/api#mountoptions",
        "text": "MountOptions",
        "level": 3
      },
      {
        "id": "app/component-testing/vue/api#mountreturn",
        "text": "MountReturn",
        "level": 3
      }
    ]
  },
  "chunks": [
    {
      "id": "app/component-testing/vue/api#methods",
      "doc_id": "app/component-testing/vue/api",
      "heading": "Methods",
      "heading_level": 2,
      "content_markdown": "## Methods\n\n### mount\n\n```\nimport { mount } from 'cypress/vue'\n```\n\n<table><tbody><tr><td>Description</td><td><p>Used for mounting Vue components in isolation. It is responsible for rendering the component within Cypress's sandboxed iframe and handling any framework-specific cleanup.</p></td></tr><tr><td>Signature</td><td><p>mount(originalComponent: { new (...args: any[]): ; __vccOpts: any; }, options?: MountOptions): Cypress.Chainable&lt;MountReturn&gt;</p></td></tr></tbody></table>\n\n<table><caption>mount Parameters</caption><thead></thead><tbody><tr><td>Name</td><td>Type</td><td>Description</td></tr><tr><td>originalComponent</td><td>new (...args: any[])</td><td>The component to mount in test</td></tr><tr><td>options</td><td>MountOptions (optional)</td><td>The options for mounting the component</td></tr></tbody></table>\n",
      "section": "app",
      "anchors": [
        "methods"
      ],
      "path": "/llm/json/chunked/app/component-testing/vue/api.json",
      "token_estimate": 81
    },
    {
      "id": "app/component-testing/vue/api#mount",
      "doc_id": "app/component-testing/vue/api",
      "heading": "mount",
      "heading_level": 3,
      "content_markdown": "### mount\n\n```\nimport { mount } from 'cypress/vue'\n```\n\n<table><tbody><tr><td>Description</td><td><p>Used for mounting Vue components in isolation. It is responsible for rendering the component within Cypress's sandboxed iframe and handling any framework-specific cleanup.</p></td></tr><tr><td>Signature</td><td><p>mount(originalComponent: { new (...args: any[]): ; __vccOpts: any; }, options?: MountOptions): Cypress.Chainable&lt;MountReturn&gt;</p></td></tr></tbody></table>\n\n<table><caption>mount Parameters</caption><thead></thead><tbody><tr><td>Name</td><td>Type</td><td>Description</td></tr><tr><td>originalComponent</td><td>new (...args: any[])</td><td>The component to mount in test</td></tr><tr><td>options</td><td>MountOptions (optional)</td><td>The options for mounting the component</td></tr></tbody></table>\n",
      "section": "app",
      "anchors": [
        "mount"
      ],
      "path": "/llm/json/chunked/app/component-testing/vue/api.json",
      "token_estimate": 79
    }
  ]
}