mirror of
https://github.com/kevin-DL/InertiaJS-Vue3-Tailwind-CSS-AdonisJS.git
synced 2026-01-11 10:54:25 +00:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
import Inertia from '@ioc:EidelLev/Inertia';
|
|
|
|
Inertia.share({
|
|
errors: (ctx) => {
|
|
return ctx.session.flashMessages.get('errors');
|
|
},
|
|
}); |