Pratiksha

Results 2 issues of Pratiksha

Want to change structure of paginate links because want to set design like bellow. Need different div structure for previous an next ![paginate](https://github.com/jonelantha/react-responsive-pagination/assets/37148199/4b963b01-4a93-44ba-a9bc-fcaddf9ab8dd)

investigation

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)...