Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gianmarx's avatar

[Vue warn]: Unhandled: Uncaught TypeError: _ctx.toggleModal is not a function | Vue 3

when I click on the function:

<button v-on:click.native="filmDetails(item.imdbID)"....

i get the following error:

enter image description here

I don't know how to deal with it

0 likes
1 reply
codebullet's avatar
Level 9

may be you should change the packages you are using if it is vue 3 compactible, are you using Modal package? check if it is vue 3 version

Please or to participate in this conversation.