Remove redundant onMounted call that fired loadLiquidityStats() a second
time. The watch() with { immediate: true } already handles the initial
load and all subsequent dependency changes, making onMounted redundant.
Also remove now-unused onMounted import.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| AboutView.vue | ||
| CheatsView.vue | ||
| GetKrkView.vue | ||
| HomeView.vue | ||
| LoginView.vue | ||
| PositionView.vue | ||
| StakeView.vue | ||
| WalletView.vue | ||