index.vue 212 B

12345678
  1. <template>
  2. <div style="line-height: 3rem">
  3. <h1>
  4. Welcome to the <span class="primary--text">official RYD docs</span>!
  5. </h1>
  6. To get started, select a section from the menu.
  7. </div>
  8. </template>