vscode-VueHelper icon indicating copy to clipboard operation
vscode-VueHelper copied to clipboard

inline style problem

Open transtone opened this issue 8 years ago • 1 comments

<template>
   <div>
      <p style="padding-left: 10px;">aaa</p>
   </div>
</template>

类似这样的内联样式,在 vue 模式下会格式混乱,在 html 模式下不会。但在 html 模式下不识别 scss 代码!

transtone avatar Feb 25 '17 13:02 transtone

https://github.com/OYsun/vscode-VueHelper/issues/1

OYsun avatar Feb 26 '17 01:02 OYsun