mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Removed unnessesary filename declaratiom
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import store from '@/store'
|
import store from '@/store'
|
||||||
import ToggleButton from '@/components/ui/ToggleButton.vue';
|
import ToggleButton from '@/components/ui/ToggleButton';
|
||||||
|
|
||||||
var Chart = require('chart.js');
|
var Chart = require('chart.js');
|
||||||
Chart.defaults.global.elements.point.radius = 0
|
Chart.defaults.global.elements.point.radius = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user