In this book the definition of a vector field along a map $f: M \to N$ is given as follows:

I am currently trying to understand this definition. For this purpose I wanted to work out a concrete example. But I need some help. Here is the example:
Let $f: \mathbb R^2 \to \mathbb R^3$ be define by $f(t,s) = (t^2 + 2s, t^3 + 3ts, t^4 + 4t^2 s)$.
To find a vector field along it I first calculated the derivatives $f_t$ and $f_s$ and then noticed that
$$ f_t = t f_s + s (0,3,8t)$$
I then let $v_1 (t,s) := f_s$ and $v_2(t,s) := (0,3,8t)$.
And then I wanted to check if $\pi_{T\mathbb R^2} \circ v_i = f$ but this is where I am stuck at the moment.
I believe that $\pi_{T\mathbb R^2} \circ v_1 = v_1 (t,s)$ and $\pi_{T\mathbb R^2} \circ v_2 = v_2( t,s)$. But by how we defined these vectors we would then have
$$ \pi_{T\mathbb R^2} \circ v_1 = v_1 (t,s) = f_s$$
when we want to have
$$ \pi_{T\mathbb R^2} \circ v_1 = f$$
Is $v_1$ really not a vector field along $f$ or am I missing something?