Fixed not close modal on escape

pull/7149/head
andrii.yurchuk 3 years ago
parent b392ee9337
commit 4b734f44c6

@ -1,5 +1,5 @@
<template lang="pug"> <template lang="pug">
v-dialog(v-model="dialog", :max-width="maxWidth", persistent, transition="dialog-bottom-transition") v-dialog(v-model="dialog", :max-width="maxWidth", transition="dialog-bottom-transition")
v-card v-card
v-toolbar(flat, dense, dark, color="white") v-toolbar(flat, dense, dark, color="white")
v-spacer v-spacer

Loading…
Cancel
Save