This commit is contained in:
syuilo 2023-01-03 13:09:24 +09:00
parent 459151c1f2
commit 826e4502cb
8 changed files with 5 additions and 11 deletions

View file

@ -15,7 +15,6 @@
*/
import { onMounted, ref, shallowRef, watch, PropType, onUnmounted } from 'vue';
import { Chart } from 'chart.js';
import 'chartjs-adapter-date-fns';
import { enUS } from 'date-fns/locale';
import gradient from 'chartjs-plugin-gradient';
import * as os from '@/os';