stylus-supremacy icon indicating copy to clipboard operation
stylus-supremacy copied to clipboard

vue component bug in vscode

Open wangxdmm opened this issue 6 years ago • 3 comments

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~

wangxdmm avatar Oct 15 '18 02:10 wangxdmm

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 avatar Oct 15 '18 03:10 ThisIsManta

@ThisIsManta Thanks for your reply ~ That's the limitation of Vetur If someone come across the same problem click!!

wangxdmm avatar Oct 15 '18 08:10 wangxdmm

Would be fixed by https://github.com/vuejs/vetur/pull/1174.

octref avatar Apr 01 '19 23:04 octref