runtime-core.esm-bundler.js5c406620 [Vue warn] Unhandled error during execution of native event h

Occurrence reason: Duplicate variable name

Solution: Check the variables and remove the duplicates.

In short: The reason for the occurrence is that your variables have duplicate definitions, resulting in a dead loop

Read More: