Closed midlantica closed 4 years ago
Hello, your problem is just related to ES module system.
You need to ' export default vueFluxVars
at the end of vueFluxVars.js
, so it exports something by default.
And then in the slides use import vueFluxVars from './vueFluxVars.js'
so you retrieve what you export.
Regards
Gracias, señor! I feel like I did that already.. but I guess not! 👍
I have 6 distinct slide shows in my site. I want them all to share the same options.
I tried to import vueFluxVars.js:
Then in vue-flux slides file:
Always comes in 'undefined'.
Sorry, bit of a newbie.
Maybe I'm not doing it the Vue way? Suggestions?