ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

The highlighting in style block is inaccurate if there are root indentation #1

Closed ktsn closed 9 months ago

ktsn commented 6 years ago
2018-02-12 12 22 47
ktsn commented 6 years ago

This is because vue-template-compiler deindents the content under the hood.

ktsn commented 6 years ago

Submitted a PR. https://github.com/vuejs/vue/pull/7647