Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: accept module options #15

Merged
merged 1 commit into from
Apr 23, 2019
Merged

feat: accept module options #15

merged 1 commit into from
Apr 23, 2019

Conversation

kevinmarrec
Copy link
Contributor

Accept module options to be able to also setup the module as the following example :

export default {
  modules: [
    ['nuxt-webfontloader', {
      google: {
        families: ['Roboto:400']
      }
    }]
  ]
}

@TheAlexLichter TheAlexLichter merged commit dcfbfbc into Developmint:master Apr 23, 2019
@kevinmarrec kevinmarrec deleted the feat/module-options branch April 23, 2019 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants