Got basic dialog working, no morph animation yet
This commit is contained in:
13
app/imports/ui/dialogStack/DialogBase.vue
Normal file
13
app/imports/ui/dialogStack/DialogBase.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<v-card>
|
||||
<v-toolbar color="primary" dark>
|
||||
<slot name="toolbar"></slot>
|
||||
</v-toolbar>
|
||||
<v-layout>
|
||||
<slot></slot>
|
||||
</v-layout>
|
||||
<v-card-actions>
|
||||
<slot name="actions"></slot>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</template>
|
||||
Reference in New Issue
Block a user