Update modal.vue

This commit is contained in:
syuilo
2020-09-06 22:22:41 +09:00
parent 8f2dd47b4a
commit 73d0174847

View File

@@ -15,7 +15,7 @@
import { defineComponent } from 'vue';
import * as os from '@/os';
// memo: popup.vueのfixedプロパティに相当するものはsource要素の祖先を辿るなどして自動で判定できるのでは
// memo: popup.vueのfixedプロパティに相当するものはsource要素の祖先を辿るなどして自動で判定できるのでは
export default defineComponent({
emits: ['click', 'esc', 'closed'],