๐Ÿ“ฆ vuetifyjs / crypto-theme

๐Ÿ“„ StayInformed.vue ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24<template>
  <v-container
    id="beat"
    class="mb-12 position-relative"
    style="z-index: 1;"
    tag="section"
  >
    <Subheading
      class="mb-12"
      subtitle="Get the latest information about CRYPTO Coin"
      title="Stay Informed"
    />

    <Subscribe
      class="mx-auto"
      max-width="700"
    />
  </v-container>
</template>

<script setup lang="ts">
  //
</script>