diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 364b889..925d467 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -111,19 +111,31 @@ const showSources = ref(true); 1 BTC = {{ format(average) }} USD - - Data Sources: - - - {{ val.name }}: {{ format(prices[i]) }} - - - Standard Deviation: {{ stdev }} - + + + Data Sources: + + + {{ val.name }}: {{ format(prices[i]) }} + + + Standard Deviation: {{ stdev }} + +
1 BTC = {{ format(average) }} USD
Data Sources:
Standard Deviation: {{ stdev }}