jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
967 stars 121 forks source link

[help][vuejs] can it use with vue-moment in vuejs? #141

Open librix opened 4 years ago

librix commented 4 years ago
import VueMoment from 'vue-moment'
var momentDurationFormatSetup = require("moment-duration-format");
momentDurationFormatSetup(vue-moment);

console.log(typeof this.$moment.duration.fn.format === "function");

TypeError: Cannot set property 'format' of undefined

mariadb-ThienLy commented 4 years ago

You have to use it this way : momentDurationFormatSetup(Vue.moment)