Nuxt/examples/with-vuetify/pages/index.vue
2017-06-20 01:04:23 +02:00

8 lines
209 B
Vue

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