This commit is contained in:
syuilo 2018-02-18 13:48:40 +09:00
parent b2c24af69e
commit 2f3f97a12c
3 changed files with 9 additions and 8 deletions

View file

@ -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';