[Vuejs]-Vue component submits data twice

0👍

Removing .once from the @click and then check.

If it doesn’t work, check the loop section in the syncDb method. It may run twice.

Leave a comment