inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.55k stars 435 forks source link

refactor: augment `vue` instead of `@vue/runtime-core` #2099

Open Barbapapazes opened 4 days ago

Barbapapazes commented 4 days ago

Hello 👋,

Vue recommends to augment vue instead of its sub-dependencies so this PR removes the augmentation of @vue/runtime-core and augments vue instead.