[Vuejs]-Javascript function currying pass default parameters to outer function in vue.js

1👍

It could be a simple casing error, hard to know without the full code. You have camel case (pageType) in the function definition but no camel case in the error (pagetype).

Leave a comment