I want to align the equal sign inside the case with the equal sign outside. How to do that? I have read answers to these questions 1 2 3, but I'm still very clueless. Could anyone please help? Thanks!
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
v&=s\\
\begin{cases}
v'_x&=1\\
v'_y&=2\\
\end{cases}
\end{align*}
\end{document}


