Skip to content

Commit

Permalink
fix(nuxt): missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 27, 2020
1 parent 6af2a5f commit ed3534f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ const MandeModule = function NuxtMandeModule(localOptions) {
options,
})
}

module.exports = MandeModule

0 comments on commit ed3534f

Please sign in to comment.