I am trying to add pagination feature on my blog which is created using Laravel with Vue on front-end. I was following this tutorial on vue pagination, but I am getting following error:
***[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <VuePagination>
<DisplayCategory> at resources\assets\js\components\DisplayCategory.vue
<Root>***