Untitled

Anonymous
javascript
11/05/2023 7:46 PM
228 B
18
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...