0๐
โ
I think you need to use domProps
instead of attrs
to make it reactive. But I would suggest you use vueโs template syntax or if you insist on using the render function I would also suggest you to use JSX.
Source:stackexchange.com