You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
481 B
Vue

<template>
<v-container>
<v-row class="text-center">
<v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">
Welcome :D
</h1>
<p class="subheading font-weight-regular">
a simple app to organize your shopping list
</p>
</v-col>
</v-row>
<v-row align="center" justify="space-around">
<v-btn color="primary" to="/shopping-list">get started</v-btn>
</v-row>
</v-container>
</template>