Template syntax visible
Maybe because I served an empty directory and it was the first time running it but I am seeing template syntax like {{ openTabHeader}} and [{{quickResult.score}}]: {{ quickResult.target }} . I will try pointing to a real directory to see
There is an option to hide that in vue.js actually and I forgot to enable, let me do it.
Actually v-cloak is active so you won't see the code until it's fully rendered. Probably you turned the server on with empty folder.
Probably you turned the server on with empty folder.
That's exactly what I was doing (as stated). I would still consider it a bug but it's up to you. Certainly minor