Dialog stack animations complete

This commit is contained in:
Stefan Zermatten
2019-01-24 14:40:38 +02:00
parent 00e8cbc1c8
commit 2e6ef52594
6 changed files with 113 additions and 63 deletions

View File

@@ -1,7 +1,9 @@
<template lang="html">
<v-card-text>
<v-layout align-center justify-center>
<v-btn @click="openDialog(_uid + 'btn')" :id="_uid + 'btn'"/>
<v-btn @click="openDialog(_uid + 'btn')" :id="_uid + 'btn'">
Open Dialog
</v-btn>
</v-layout>
</v-card-text>
</template>