For $\mathcal{G}(n,p)$ (Erdős–Rényi graph) let $A$ be a property of pair of vertices. And let $A_{uv}$ be the event that property $A$ holds for vertices $u$ and $v$. If the following holds $$\forall u,v \quad \lim_{n \to \infty} \Pr[A_{uv}] = 1$$
then would it be correct to say that $$\lim_{n \to \infty} \Pr[\bigcap\limits_{u,v}A_{uv}]=1$$
The events $A_{uv}$ are not independent. Intuitively it seems correct, but how I can formally prove/disprove the above.
No, this isn't guaranteed.
Consider $\mathcal G(n, \frac1n)$, and let $A_{uv}$ be the event "there is no edge between $u$ and $v$". Then $\Pr[A_{uv}] = 1 - \frac1n \to 1$ as $n \to \infty$, but $\bigcap_{u,v} A_{uv}$ is the event that the graph has no edges, and the probability of that goes to $0$.
The most typical way to solve the problem is to let $\mathbf X_{uv} = 1$ if $A_{uv}$ does not hold, and $X_{uv}=0$ if $A_{uv}$ does hold. Then $\mathbb E[\mathbf X_{uv}] \to 0$ as $n \to \infty$. Let $\mathbf X = \sum_{u,v} \mathbf X_{u,v}$. If we can show the stronger statement that $\mathbb E[\mathbf X] = \sum_{u,v} \mathbb E[\mathbf X_{u,v}] \to 0$ as $n \to \infty$, then we can conclude that $\mathbf X = 0$ with probability tending to $1$, and so $\bigcap_{u,v} A_{uv}$ holds with probability tending to $1$.