Oct 27, 2023
0
Level 1
How to include laravel-vue-pagination properly
Index.vue:76 [Vue warn]: Failed to resolve component: Pagination If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
Try npm i --save-dev @types/laravel-vue-pagination if it exists or add a new declaration (.d.ts) file containing declare module 'laravel-vue-pagination';ts(7016)
Please or to participate in this conversation.