mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 19:04:04 +02:00
wip
This commit is contained in:
@@ -16,7 +16,7 @@ import Vue from 'vue';
|
||||
import * as anime from 'animejs';
|
||||
|
||||
export default Vue.extend({
|
||||
props: {
|
||||
props: ['title', 'text', 'buttons', 'modal']/*{
|
||||
title: {
|
||||
type: String
|
||||
},
|
||||
@@ -30,7 +30,7 @@ export default Vue.extend({
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
}*/,
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
(this.$refs.bg as any).style.pointerEvents = 'auto';
|
||||
|
||||
Reference in New Issue
Block a user