vbenjs / vite-plugin-html

A vite plugin for processing html. It is developed based on lodash template
MIT License
601 stars 96 forks source link

[Bug] Router will be navigated when using form to download files #119

Open Bernankez opened 1 year ago

Bernankez commented 1 year ago

Reproduction

vite-plugin-html-reproduction

git clone https://github.com/Bernankez/vite-plugin-html-reproduction.git
pnpm install
pnpm dev

Description

After importing vite-plugin-html, there is an issue with incorrect navigation when using form.submit() to download files. The first image below shows the expected behavior, while the second image shows the incorrect behavior after using vite-plugin-html. (Download path is just an example)

expected behavior

actual behavior