how custom renderer is used in combination with DOM renderer ?
What problem does this feature solve?
I want to render graphic objects in canvas with custom renderer,but i can only mount custom-renderer at root dom,how custom renderer is used in combination with DOM renderer ?
What does the proposed API look like?
template:
{{ text }}
...
script: data(){ return { text: "文字" } }