Question about template overriding
LucianMihalache opened this issue · 0 comments
Hi, I've been trying coreui with laravel, and I am honestly really happy about it.
I've merged the 2 directories into 1 (put coreui in laravel), because I want the project to be laravel and not separate.
I've got only 1 problem that I did not manage to find out: How to override a vue component.
Like, I want to edit a little bit of the things that are there, like move their positions (like on data table, to move the pagination on top) and maybe enhance them a little bit, like adding a data table with a select in search instead of a text and things like this.
Because, at the same time, I don't want to pull everything from coreui from npm and re-do links and everything, is there any chance to do something like a variable path from where to load a vue component?