vscode-VueHelper
vscode-VueHelper copied to clipboard
inline style problem
<template>
<div>
<p style="padding-left: 10px;">aaa</p>
</div>
</template>
类似这样的内联样式,在 vue 模式下会格式混乱,在 html 模式下不会。但在 html 模式下不识别 scss 代码!
https://github.com/OYsun/vscode-VueHelper/issues/1