score:0

in vue i tried whit.

import moment from 'moment';
import 'moment/locale/es';
import chart from 'chart.js';
moment.locale('es');

it worked for me.

i was looking in the chart.js code ant i see, they call moment as moment not moment


Related Query

More Query from same tag