mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* 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>
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 |