@vuewind/jetstream
Install
Within your app.js file:
import VueWind from '@vuewind/jetstream';
createApp({
...
})
.mixin({ methods: { route } })
.use(VueWind) <---
.use(InertiaPlugin)
.mount(el);
Within your app.js file:
import VueWind from '@vuewind/jetstream';
createApp({
...
})
.mixin({ methods: { route } })
.use(VueWind) <---
.use(InertiaPlugin)
.mount(el);
npm i @vuewind/jetstream
7
0.2.23
MIT
42.6 kB
27