gilbitron / laravel-vue-pagination

A Vue.js pagination component for Laravel paginators
https://laravel-vue-pagination.org
MIT License
750 stars 143 forks source link

Named export 'TailwindPagination' not found. Nuxt 3 on Vercel #153

Closed partenit closed 2 years ago

partenit commented 2 years ago

working without error locally on dev server but after deploy to Vercel error:

500 Named export 'TailwindPagination' not found. The requested module 'laravel-vue-pagination' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'laravel-vue-pagination'; const { TailwindPagination } = pkg;

my code: image