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
From @YamiOdymel on 2017-02-22 15:06
Is it possible to export the object with default without curly braces?
default
export default { name: 'Sidebar' }
to
export default name: 'Sidebar'
Just like how you create an object with a variable:
variable = name: 'Sidebar'
The text was updated successfully, but these errors were encountered:
From @laurentpayot on 2017-02-24 09:11
+1. Exporting default object without curly braces would be really neat, I use it extensively in my Vue components.
Sorry, something went wrong.
From @YamiOdymel on 2017-05-22 09:32
Should this issue be closed since it's already been implemented in beta 2?
coffeescript6/discuss#83
No branches or pull requests
From @YamiOdymel on 2017-02-22 15:06
Is it possible to export the object with
default
without curly braces?to
Just like how you create an object with a variable:
The text was updated successfully, but these errors were encountered: