It has been pointed to me that I should not use refs inside plugins, and indeed this breaks a number of functionalities I wanted to implement in the future. I'm considering to revert the plugin idea and go back to square one with only composable + component.
I guess I should start working on pre-releases instead of creating non-working majors
It has been pointed to me that I should not use
ref
s inside plugins, and indeed this breaks a number of functionalities I wanted to implement in the future. I'm considering to revert the plugin idea and go back to square one with only composable + component.I guess I should start working on pre-releases instead of creating non-working majors
https://github.com/Sandros94/nuxt-markdown-render/blob/dd265d77c81be762f49cc9631ab6c815ebf1a9bf/src/runtime/plugins/nuxt-markdown.ts#L23