Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
6.55k
stars
435
forks
source link
refactor: augment `vue` instead of `@vue/runtime-core` #2099
Open
Barbapapazes opened 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 augmentsvue
instead.