Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@inertiajs/inertia-vue

inertiajs17.4kMIT0.8.0TypeScript support: included

The Vue adapter for Inertia.js

readme

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.8.0 - 2022-01-07

Added

  • Visits and Link components now accept a 'queryStringArrayFormat' option (#994)
  • Add setError method to Form helper to manually set errors (#999)
  • Add defaults method to Form helper to 'redefine' the defaults (#1019)

Changed

Fixed

  • Console warnings still referenced <inertia-link> instead of <Link> (#916)
  • Push Inertia "plugin" to userland instead of auto-registering, similar to Vue 3 (425663)