vaso2 / nuxt-fontawesome

Nuxt module for Fontawesome 5 integration with ES6 imports and tree shaking
MIT License
107 stars 4 forks source link

Possible to configure dom watch? #6

Closed kevcodez closed 5 years ago

kevcodez commented 5 years ago

In vue fontawesome it is possible to configure dom watching:

import { dom } from '@fortawesome/fontawesome-svg-core'

dom.watch()

Is there a way to configure it using this plugin?

kevcodez commented 5 years ago

Oh well, I simply put the code above in the component where I need this.

francoism90 commented 5 years ago

@kevcodez Thanks for your workaround!