Fix imports

This commit is contained in:
syuilo
2019-02-04 09:37:15 +09:00
parent 90b6688057
commit 30b1b1a5ed
6 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
<script lang="ts">
import Vue from 'vue';
import * as ApexCharts from 'apexcharts';
import ApexCharts from 'apexcharts';
export default Vue.extend({
props: ['connection'],