Level 2
It has been solved after clear browsing data.
I'm trying to install vuejs-uib-pagination on laravel 5.4... (https://github.com/sant123/vuejs-uib-pagination)
var pagination = require("vuejs-uib-pagination"); Vue.use(pagination);
Error: On browser, I got an error: [Vue warn]: Unknown custom element: <uib-pagination> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Question: Some codes located at /src/types/index.ts like Vue.component("uib-pagination",...
I think I need to import these stuffs, but I'm not familiar with 'webpack' or 'mix'. Where will be the proper way to import the codes?
Please or to participate in this conversation.