p-ref
p-ref
is like an id for prune, if you put p-ref="bob"
on an element, you have access to it anywhere in the DOM by using refs.bob
.
It’s really usefull to avoid sending data through function.
p-ref
is like an id for prune, if you put p-ref="bob"
on an element, you have access to it anywhere in the DOM by using refs.bob
.
It’s really usefull to avoid sending data through function.