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
- [Vuejs]-Cannot read property 'push' of undefined – vue and axios
- [Vuejs]-Set checkbox checked if value same vuejs
Source:stackexchange.com