Laravel Vue
i am having a problem with this laravel and vue now i am trying to convert all the page to vue
i have datatable which is server side fethcing the datatables data contains component syntax of laravel coreui components when the data is fetch the CButton or CLink is like a normal text. nothing is rendered since the button is from back end and not rendered along with the vue components. my temporary solution is that i rendered the compnents using this h(stringToComponets(action.type), { href: action.href, class: action.class, target: action.target })
how can i rendered the button from the back end to the front end to work normally
Please or to participate in this conversation.