diff --git a/vue-moment.js b/vue-moment.js index 97204e9..471e932 100644 --- a/vue-moment.js +++ b/vue-moment.js @@ -10,7 +10,7 @@ module.exports = { }, }); - if (options.moment) { + if (options && options.moment) { moment = options.moment }