Skip to content

Commit

Permalink
Adding a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Jun 24, 2022
1 parent 26ae586 commit 163e0f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = function (options) {

// Accept options from module or config
options = {...options, ...this.options.anchorParser}
// Expose module options to publicRuntimeConfig

// Expose module options to publicRuntimeConfig
this.options.publicRuntimeConfig.anchorParser = options

// Register a plugin that applys the settings for SSR and non-SSR
Expand Down

0 comments on commit 163e0f4

Please sign in to comment.