The submit button for the page contained a Vue directive, but the button is not nested in an appropriate Vue component. The directive and associated behavior are unnecessary in this case, so I removed the directive.
The submit button for the page contained a Vue directive, but the button is not nested in an appropriate Vue component. The directive and associated behavior are unnecessary in this case, so I removed the directive.