chore: 🔥 remove vue version from environment

why was this ever needed
This commit is contained in:
ThatOneCalculator 2023-01-12 22:29:27 -08:00
parent 58a6b26475
commit a9fcb162fc
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@
<div class="label">Redis</div> <div class="label">Redis</div>
<div class="value _monospace">{{ serverInfo.redis }}</div> <div class="value _monospace">{{ serverInfo.redis }}</div>
</div> </div>
<div class="number _panel">
<div class="label">Vue</div>
<div class="value _monospace">{{ vueVersion }}</div>
</div>
</div> </div>
</div> </div>
</div> </div>