Subscribe on changes!

how custom renderer is used in combination with DOM renderer ?

avatar
May 9th 2022

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: "文字" } }

avatar
May 9th 2022

duplicate: #5882