Hi,
I am pretty new to NodeRed. I find it amazing, I am now getting familiar with Dashboard 2.0.
I have a quick question about ui templates. Looking at the documentation, I find:
## Building Full Vue Components
You can build full Vue components in the ui-template
node, using VueJS's [Options API]. This allows you to build your own bespoke behaviour, and gives you more control over the UI.
Is it also possible to use VueJS's Composition API? Or only Options API will work?
If Composition API can work, is there any guide on how to create and use reactive variables... (i.e., do we need to use "ref" "reactive" "computed"...).
Any comments are welcome.
Thanks!!
(Note: using Node-RED version 4.0.9 // Node.js version 22.14.0)