css var got wrong scope id
Version
3.0.4
Reproduction link
https://github.com/yoyoys/repro-css-var-problem
Steps to reproduce
- just add css vars by vuejs/rfcs#231
- got wrong id:(
What is expected?
css var render with currect component id
What is actually happening?
css var render with wired component id
By the way, fragment also wired.
fixed in vue-loader 16.1.1: https://github.com/vuejs/vue-loader/releases/tag/v16.1.1