Replies: 1 comment 1 reply
-
You must use different quotes in component attributes value: x-clipboard.raw="{{ collect(['a', 'b'])->join(' ') }}" or x-clipboard.raw='{{ collect(["a", "b"])->join(" ") }}' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Take a given component file...
And take a given blade view
Results in compiled view code of
Convert the blade view without the join call
And the compiled code becomes
Beta Was this translation helpful? Give feedback.
All reactions