stylus-supremacy
stylus-supremacy copied to clipboard
vue component bug in vscode
when I use two tags like
<style lang="stylus" rel="stylesheet/stylus">
styluscode a
</style>
<style scoped lang="stylus" rel="stylesheet/stylus">
styluscode b
</style>
when I formate the code styluscode b
will be replaced by styluscode a
..
I don't how to solve this problem I am looking forward to your reply ~v~
I believe this is the limitation of Vetur extension and has nothing to do with Stylus Supremacy. I remember someone raised the same issue before, please find it in Vetur repository.
Thanks!
@ThisIsManta Thanks for your reply ~ That's the limitation of Vetur
If someone come across the same problem
click!!
Would be fixed by https://github.com/vuejs/vetur/pull/1174.