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

Package detail

@inertiajs/inertia-vue3

inertiajs62.9kMIT0.6.0TypeScript support: included

The Vue 3 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.6.0

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

  • resolveComponent should be able to occur asynchronously (#911)
  • Console warnings still referenced <inertia-link> instead of <Link> (#916)
  • Type regression with Vue 3 (#849)