Untitled

 avatar
unknown
javascript
2 years ago
171 B
9
Indexable
<template>
  <div v-if="bitcoinPrice">
    <h2>Bitcoin Price: ${{ bitcoinPrice }}</h2>
  </div>
  <div v-else>
    <h2>Gathering Bitcoin data...</h2>
  </div>
</template>
Editor is loading...