mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
15 lines
270 B
Vue
15 lines
270 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>
|