Unexpected token “indent” when using Pug templates
Version
3.0.5
Reproduction link
https://jsfiddle.net/qfv61h48/4/
Steps to reproduce
div 111What is expected?
Should work without errors
What is actually happening?
Throws "Unexpected token indent" error
If you remove the indentation, it works.
Closed for inactivity. Please open a new issue if you can provide more info / an aczual reproduction
- I made a minimal reproduction repository for the problem: https://github.com/rudolfbyker/vue-pug-indent-reproduction
- Here is an old PR trying to address the problem: https://github.com/vuejs/core/pull/3842
- Here is my new PR: https://github.com/vuejs/core/pull/7723