add 'close' event to v-dialog and v-modal

This commit is contained in:
Nitwel
2020-10-09 14:55:58 +02:00
parent e843dbba8c
commit c19ac51ffa
38 changed files with 55 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-modal active title="Activity Item" @toggle="close">
<v-modal active title="Activity Item" @toggle="close" @close="close">
<v-progress-circular indeterminate v-if="loading" />
<template v-else-if="error">