Can you be more specific about what’s wrong? Note that generally eigenvectors have somewhat arbitrary sign and order. If you multiply an eigenvector by -1 (or any scalar really), it’s still an eigenvector. The order is usually determined by and agrees with how the eigenvalues are sorted, e.g. by magnitude or real part. Some applications/packages sort eigenvalues, but you have to look at the documentation to find out whether and how.
WolframAlpha is returning equivalent eigenvectors to Julia’s, just in the opposite order and with the opposite signs. As @apo383 noted, they are both valid answers — there is no universal convention for the ordering and the overall scaling of eigenvectors.