addin

Results 7 comments of addin

i think you can't use v-model, but you can event `contentChanged` for trigger change message.

#71 you can see this

tinggal disesuaikan kan aja, - buat controller - htmlnya pindah /views - panggil html yang di view lewat controller

edit: i found way to showBadge() n hideBadge() inside setup() method, but make sure reCaptcha has been loaded. ``` setup(){ const { instance} = useReCaptcha(); instance.value.showBadge(); instance.value.hideBadge(); } ``` original...

I used windows to get the hostname, my problem was solved by parsing the query parameters from the front end before server side rendering. or in newer versions you can...

> > I used windows to get the hostname, my problem was solved by parsing the query parameters from the front end before server side rendering. > > or in...