Take some general vector $\mathbf{u}$ which can be expressed in terms of is components and basis as $\mathbf{u} = u^{a} e_a$ (summation notation).
Now, if we transform to some different, primed basis, then the contravariant vector components transform as,
$$u^{a'} = \frac{\partial x^{a'}}{\partial x^b} u^b$$
In this way we can transform from e.g. Cartesian to polar coordinates. That is all fine
Now my confusion comes where if we have some vector defined at the origin. For example we have a velocity vector $\mathbf{u}$ with components $(u^x, u^y)$ which 'exists' at $x=0, y=0$.
If we then attempt to go to polar coordinates then
$$u^r = \frac{\partial r}{\partial x} u^x + \frac{\partial r}{\partial y} u^y $$
$$ = \frac{x}{r} u^x + \frac{y}{r} u^y$$
$$ = 0$$
but then , intuitively, I feel like the vector $\mathbf{u}$ should have some component in the $r$-direction, since $u^x, u^y$ are non zero? What gives?