animejs 3.xに対応

This commit is contained in:
syuilo
2019-01-18 13:06:11 +09:00
parent 8b6649b41f
commit 4ba43b69b6
19 changed files with 20 additions and 22 deletions

View File

@ -22,7 +22,7 @@
<script lang="ts">
import Vue from 'vue';
import i18n from '../../../i18n';
import * as anime from 'animejs';
import anime from 'animejs';
export default Vue.extend({
i18n: i18n('common/views/components/reaction-picker.vue'),