Skip to content
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

Vue single file component style format is unreasonable #3987

Closed
yxw007 opened this issue Mar 5, 2024 · 0 comments
Closed

Vue single file component style format is unreasonable #3987

yxw007 opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yxw007
Copy link

yxw007 commented Mar 5, 2024

Environment

Vue-Official version: v2.0.4
System: win 10
IDE: vscode

Actual Situation

...
<style lang="scss"
			 scoped>
			.wrapper {
				display: block;
			}
		</style>

Expected Situation

<style lang="scss" scoped>
.wrapper {
	display: block;
}
</style>
@so1ve so1ve added the bug Something isn't working label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants