Skip to content

Commit

Permalink
removed unnecessary Ziggy which causes eslint errors (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jul 28, 2023
1 parent 4dce484 commit d9e2dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit d9e2dbf

Please sign in to comment.