Access a .vue component props inside a module.ts file
Hi,
I’d like to access the props of every components in my nuxt app from my module.ts file to generate custom data that will be given to a parser. How can I achieve that?
I’d like to access the props of every components in my nuxt app from my module.ts file to generate custom data that will be given to a parser. How can I achieve that?