Update src/views/CompatibilityPage.vue
Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
e663b93691
commit
a44a05a5bc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import axios from "axios";
|
|||
import { onMounted, ref } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { Bar } from "vue-chartjs";
|
||||
import { Chart, CategoryScale, LinearScale, BarElement, Title, Legend, Tooltip, Colors, ChartData, ChartOptions } from 'chart.js'
|
||||
import { Chart, CategoryScale, LinearScale, BarElement, Title, Legend, Tooltip, Colors, ChartData, ChartOptions } from "chart.js"
|
||||
import { ChartDataset } from "chart.js";
|
||||
|
||||
const { t } = useI18n();
|
||||
|
|
Loading…
Add table
Reference in a new issue