在webstorm中编译vue模板使用less,webstorm报错的解决方案

<style scoped lang='less' type='text/less'>
    .demo {
      .list{
        color: red;
      }
    }
</style>

猜你喜欢

转载自blog.csdn.net/y1s2y3/article/details/82690564