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
When i use vue sfc, I want to know what attributes the component have, so I want to add Vetur support.Do you think it's necessary?
"a-row/align": { "description": "flex 布局下的垂直对齐方式:top middle bottom, default: top", "type": "string" },
The text was updated successfully, but these errors were encountered:
@tangjinzhou
Sorry, something went wrong.
Very interesting. I can help to do some work on this.
PR welcome
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
What problem does this feature solve?
When i use vue sfc, I want to know what attributes the component have, so I want to add Vetur support.Do you think it's necessary?
What does the proposed API look like?
"a-row/align": {
"description": "flex 布局下的垂直对齐方式:top middle bottom, default: top",
"type": "string"
},
The text was updated successfully, but these errors were encountered: