10 lines
355 B
Vue
10 lines
355 B
Vue
|
<template>
|
||
|
<v-navigation-drawer>
|
||
|
<v-list-item title="Brain Blast" subtitle="The cultural quizzzz"></v-list-item>
|
||
|
<v-divider></v-divider>
|
||
|
<v-list-item link title="List Item 1"></v-list-item>
|
||
|
<v-list-item link title="List Item 2"></v-list-item>
|
||
|
<v-list-item link title="List Item 3"></v-list-item>
|
||
|
</v-navigation-drawer>
|
||
|
</template>
|