mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
8 lines
209 B
Vue
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> |