Skip to content

_ctx.route #470

Answered by bakerkretzmar
kroot007 asked this question in Q&A
Oct 2, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

You need to make a separate .use() call for each Vue plugin, so try this instead:

    .use(plugin)
    .use(ZiggyVue, Ziggy)

And since you're using the Vue plugin you don't need to import the route function directly, so you can remove import route from 'ziggy';.

Does that work?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kroot007
Comment options

@kroot007
Comment options

@bakerkretzmar
Comment options

Answer selected by kroot007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #469 on October 02, 2021 14:49.