Expose default options for createRenderer from @vue/runtime-dom #561
yanni4night
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a custom renderer, but with only few options override default.
My current solution is copying source code, but it's unreliable apparently, as the default
insertStaticContent
andpatchProp
are complicated.So, I think it'll be good if
@vue/runtime-dom
exposes the default options.Beta Was this translation helpful? Give feedback.
All reactions