[Vuejs]-Laravel vuejs momentjs timezone

0👍

Try to import moment as below:

const moment = require('moment');
require('moment/locale/ru');

This worked for me when i used moment with italian locale

Leave a comment