From 615e49c571327ced204d41291202a1588a14b388 Mon Sep 17 00:00:00 2001 From: David Nahodyl Date: Fri, 28 Jul 2023 15:25:36 -0400 Subject: [PATCH] removed unnecessary Ziggy which causes eslint errors --- stubs/inertia/resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/inertia/resources/js/app.js b/stubs/inertia/resources/js/app.js index 3bd40df3a..643d1a537 100644 --- a/stubs/inertia/resources/js/app.js +++ b/stubs/inertia/resources/js/app.js @@ -14,7 +14,7 @@ createInertiaApp({ setup({ el, App, props, plugin }) { return createApp({ render: () => h(App, props) }) .use(plugin) - .use(ZiggyVue, Ziggy) + .use(ZiggyVue) .mount(el); }, progress: {