kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

disable javascript show credential in url #37

Closed billymaulana closed 1 year ago

billymaulana commented 1 year ago

im use with nuxt3rc.9 nuxt.config set to ssr = true

im disable js with web developer extension. and then im try to field the form and the click button submit.

why the field in form is pushed to url like this:

image
billymaulana commented 1 year ago

Sorry my bad. im forgot to add form attribute enctype="multipart/form-data"