cf.
cf. https://techblog.scouter.co.jp/entry/2019/03/20/143750
import 'dayjs/locale/ja' import dayjs from 'dayjs' import Vue from 'vue' dayjs.locale('ja') Vue.prototype.$dayjs = dayjs
plugins: ['@/plugins/dayjs']