mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add 'close' event to v-dialog and v-modal
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user