From 1dbca123305ae2ada86f50442f247b06d1e9ef6f Mon Sep 17 00:00:00 2001 From: Wilson Lemos Date: Fri, 22 Apr 2022 09:23:54 -0700 Subject: [PATCH] add comment --- nuxt/module.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt/module.js b/nuxt/module.js index 806d7ae..76f5b6f 100644 --- a/nuxt/module.js +++ b/nuxt/module.js @@ -6,6 +6,7 @@ module.exports = function (options) { // Accept options from module or config options = {...options, ...this.options.anchorParser} + // Expose module options to publicRuntimeConfig this.options.publicRuntimeConfig.anchorParser = options // Register a plugin that applys the settings for SSR and non-SSR