Update docs on vue component testing
What does this MR do?
Our FE docs have some severely outdated sections regarding Vue component unit testing. This MR
- Updates and removes doc references to
mountComponent
. - Rewrites the test example in
vue.md
to more closely match our current practices.
Edited by Paul Slaughter