Usage when installed globally #272
-
Does installing globally mean we don't have to import and store raySetup() in every single component just to do |
Beta Was this translation helpful? Give feedback.
Answered by
patinthehat
Sep 15, 2024
Replies: 1 comment
-
@Brugman The plugin is primarily for customizing the connection options. It does |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patinthehat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Brugman The plugin is primarily for customizing the connection options. It does
provide()
a$ray
value, but afaik you'd need to useinject()
to access it.