Pratiksha
Pratiksha
Want to change structure of paginate links because want to set design like bellow. Need different div structure for previous an next 
Error after using vue3 ``` const homapp = createApp({ el, template: '', mounted() { resolve(true); } }); const sanitize = createSanitize(); homapp.config.globalProperties.$sanitize = sanitize; ``` Using like below ``` renderString(value)...