{
  "doc": {
    "id": "app/write-tests/component-testing/vue/api",
    "title": "Vue API",
    "description": "API for mounting Vue components in Cypress tests.",
    "section": "app",
    "source_path": "/llm/markdown/app/write-tests/component-testing/vue/api.md",
    "version": "e4f4d57da4cfedd520d3d465137d387fd54b532f",
    "updated_at": "2026-09-08T17:49:12.214Z",
    "headings": [
      {
        "id": "app/write-tests/component-testing/vue/api#vue-api",
        "text": "Vue API",
        "level": 1
      },
      {
        "id": "app/write-tests/component-testing/vue/api#mount",
        "text": "mount",
        "level": 2
      },
      {
        "id": "app/write-tests/component-testing/vue/api#interfaces",
        "text": "Interfaces",
        "level": 2
      },
      {
        "id": "app/write-tests/component-testing/vue/api#mountoptions",
        "text": "MountOptions",
        "level": 3
      },
      {
        "id": "app/write-tests/component-testing/vue/api#mountreturn",
        "text": "MountReturn",
        "level": 3
      }
    ]
  },
  "chunks": [
    {
      "id": "app/write-tests/component-testing/vue/api#mount",
      "doc_id": "app/write-tests/component-testing/vue/api",
      "heading": "mount",
      "heading_level": 2,
      "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/write-tests/component-testing/vue/api.json",
      "token_estimate": 79
    }
  ]
}