win7killer / vue-format

VSCode extension, format single file with '.vue'.(VSCode 插件,格式化单文件“.vue”代码)
https://marketplace.visualstudio.com/items?itemName=febean.vue-format
MIT License
47 stars 10 forks source link

格式化<span>标签的时候不正确, 尤其是<span>下有<div>标签的时候。 #18

Closed ZwPandora closed 5 years ago

ZwPandora commented 5 years ago
  <span slot="title">
      <div class="dialog-title">
        <div>
          <img />
          <span style="color:#409eff"></span>
  <span></span>

win7killer commented 5 years ago

fixed in v1.0.7, update please