# SSRProps

> _Since v0.1.0_

Props for controlling SSR behavior.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `ssr?` | <code>boolean</code> | ⚠️ Enable SSR mode — skips Vue-side plugin instantiation. |

### Property Details

#### ssr

**Default:** `false`

---
