Javascript – Function prop passed to component is undefined in Vue3
I've got a problem where I want a child component to call a function given to it as a prop from the parent. I have done it before with other components, but with this it just doesn't work. Here are…