Fix imports

This commit is contained in:
syuilo 2019-02-04 09:37:15 +09:00
parent 90b6688057
commit 30b1b1a5ed
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@
import Vue from 'vue';
import XColumn from './deck.column.vue';
import XHashtagTl from './deck.hashtag-tl.vue';
import * as ApexCharts from 'apexcharts';
import ApexCharts from 'apexcharts';
export default Vue.extend({
components: {

View file

@ -99,7 +99,7 @@ import XNotes from './deck.notes.vue';
import XNote from '../../components/note.vue';
import XUserMenu from '../../../../common/views/components/user-menu.vue';
import { concat } from '../../../../../../prelude/array';
import * as ApexCharts from 'apexcharts';
import ApexCharts from 'apexcharts';
const fetchLimit = 10;