-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
in the .vue file space_after_anon_function
is invalid
#1425
Comments
and @bitwiseman new Vue({
data () {
},
name: 'myName',
}) should to be new Vue({
data () {
},
name: 'myName',
}) Notice the alignment |
It's not about Vue.
should be:
|
@win7killer @hxkuc @121595113 |
@bitwiseman |
@121595113 cool, so this is bug related to #608. |
in the .vue file `space_after_anon_function` is invalid #1425
Description
In the .vue file
set
'space_after_anon_function': true
Example 1:
Example 2:
The text was updated successfully, but these errors were encountered: