index.vue 179 B

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