You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the @click event to the button element, the onClick attribute is also defined in the value of v-bind. The operation prompts that onClick needs to accept a Function, but it gets an Array, and the code can run normally. How to remove this warning prompt #6363