laracasts/Lets-Build-a-Forum-in-Laravel

[Vue warn]: Error in callback for watcher "page": "TypeError: Cannot read property 'updateUrl' of undefined"

GabMic opened this issue · 1 comments

i am getting this issue and cant find out why.
the console says this:

[Vue warn]: Error in callback for watcher "page": "TypeError: Cannot read property 'updateUrl' of undefined"

found in
---> <Paginator> at C:\Users\RuinSain\f\resources\assets\js\components\Paginator.vue
       <Replies> at C:\Users\RuinSain\f\resources\assets\js\components\Replies.vue
         <ThreadView> at C:\Users\RuinSain\f\resources\assets\js\pages\Thread.vue
           <Root>

what am i doing wrong here? i out of ideas here. thank you very much for the help.

how you solved?