Nuxt/examples/with-vuetify/pages/index.vue
2018-08-21 13:10:50 +02:00

9 lines
234 B
Vue

<template>
<div class="title">
<h2>Main content</h2>
<v-btn color="primary">Primary button</v-btn>
<v-btn color="secondary">Secondary button</v-btn>
<v-btn color="success">Success button</v-btn>
</div>
</template>