Files
directus/src/components/v-dialog
dependabot-preview[bot] 08b3310029 Bump @vue/composition-api from 0.5.0 to 0.6.1 (#683)
* Bump @vue/composition-api from 0.5.0 to 0.6.1

Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/vuejs/composition-api/releases)
- [Changelog](https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/composition-api/compare/v0.5.0...v0.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Support composition api 0.6+

* Remove failing tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2020-06-08 18:17:58 -04:00
..
2020-03-13 14:59:43 -04:00
2020-03-20 17:05:55 -04:00
2020-05-12 20:10:48 -04:00
2020-03-25 10:29:52 -04:00

Dialog

Renders an overlay with a flex slot rendering whatever content you pass

Usage

<v-dialog>
    <v-sheet>
        <h2>Are you sure you want to delete this item?</h2>
        <v-button>No</v-button>
        <v-button>Yes</v-button>
    </v-sheet>
</v-dialog>

Props

Prop Description Default
persistent Disable clicking on the overlay --

Slots

Slot Description Data
default --

Events

Events Description Value
toggle Change the active state boolean

CSS Variables

Variable Default
--v-dialog-z-index 100