Nuxt/examples/with-vuetify/pages/index.vue

15 lines
270 B
Vue
Raw Normal View History

2017-03-14 20:13:39 +00:00
<template>
2017-06-19 23:04:23 +00:00
<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>
2017-06-19 23:04:23 +00:00
</div>
</template>