We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toString()
url
The code shown in #271 would be nicer, if Link had a toString() method, that returns the url.
Link
Then you could do:
<Ui::Button - @link={{link "signup" query=(hash callback=(get (link "checkout") "url"))}} + @link={{link "signup" query=(hash callback=(link "checkout"))}} > Please sign up first to continue </Ui::Button>
The text was updated successfully, but these errors were encountered:
feat: add toString
toString
17af360
Fixes #272.
feat: add toString (#273)
e7ec44e
Successfully merging a pull request may close this issue.
The code shown in #271 would be nicer, if
Link
had atoString()
method, that returns theurl
.Then you could do:
The text was updated successfully, but these errors were encountered: