1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Fixed dialogs jerky motion on first open after reload

This commit is contained in:
Avele 2019-07-05 23:17:58 +04:00
parent 32d4b25041
commit 306c2bab7a
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<template>
<div>
<v-dialog
lazy
:value="value"
@input="close"
max-width="500px"

View File

@ -1,5 +1,6 @@
<template>
<v-dialog
lazy
:value="value"
@input="close"
@keyup.esc.native="close"

View File

@ -1,5 +1,6 @@
<template>
<v-dialog
lazy
:value="value"
@input="close"
max-width="500px"

View File

@ -1,6 +1,7 @@
<!-- Universal confirmation dialog, just pass text and function in Props -->
<template>
<v-dialog
lazy
:value="value"
:attach="attach"
max-width="500px"

View File

@ -1,5 +1,6 @@
<template>
<v-dialog
lazy
:value="value"
persistent
max-width="99vw"