Skip to content
Snippets Groups Projects
Commit 57179c8a authored by Henrik Askjer's avatar Henrik Askjer
Browse files

add dialog

parent 212672c5
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,17 @@
:dense="$vuetify.breakpoint.smAndDown"
>
<template v-slot:append>
<v-divider/>
<v-btn icon><v-icon>more_vert</v-icon></v-btn>
<v-divider vertical/>
<v-dialog transition="dialog-button-transition" max-width="600">
<template v-slot:activator="{ on, attrs }">
<v-btn plain depressed active-class="none" v-bind="attrs" v-on="on" color = "primary" text>Alle ordklasser<v-icon right>more_vert</v-icon></v-btn>
</template>
<template v-slot:default="dialog">
<v-card> Test<v-btn @click="dialog.value = false">Lukk</v-btn></v-card>
</template>
</v-dialog>
</template>
<template v-slot:item="data">
<span class="search-hit">
{{data.item.label}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment