You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, great component vue, but i think its not in project the file VuetablePaginationBootstrap.vue.
I looking into vuetable/src/components and its not in there.
If i custom the componente, when i run npm run build, has a error searching this file.
ERROR in ./resources/assets/js/webpack_bootstrap.js Module not found: Error: Cannot resolve module 'vuetable/src/components/VuetablePaginationBootstrap.vue' in /home/josearijunior/Documents/cursos/vue/vuetable-sample-api-endpoint-master/resources/assets/js @ ./resources/assets/js/webpack_bootstrap.js 6:34-100
The file webpack_boostrap.js, on line 6:
var VuetablePaginationBootstrap = require('vuetable/src/components/VuetablePaginationBootstrap.vue');
How i resolved the issue??
Thanks.
The text was updated successfully, but these errors were encountered:
Hi guys, great component vue, but i think its not in project the file VuetablePaginationBootstrap.vue.
I looking into vuetable/src/components and its not in there.
If i custom the componente, when i run
npm run build
, has a error searching this file.ERROR in ./resources/assets/js/webpack_bootstrap.js Module not found: Error: Cannot resolve module 'vuetable/src/components/VuetablePaginationBootstrap.vue' in /home/josearijunior/Documents/cursos/vue/vuetable-sample-api-endpoint-master/resources/assets/js @ ./resources/assets/js/webpack_bootstrap.js 6:34-100
The file webpack_boostrap.js, on line 6:
var VuetablePaginationBootstrap = require('vuetable/src/components/VuetablePaginationBootstrap.vue');
How i resolved the issue??
Thanks.
The text was updated successfully, but these errors were encountered: