Meteor 1.8 Vue SFC Debugging

I am looking to start a new Meteor project using Vue now that vue-component seems to be Meteor 1.8 compatible. However debugging Vue SFC in dev tools seems to be broken. Has anyone gotten debugging working or is it just broken?

Here’s what the guide project App.vue file looks like in Chrome dev tools. I can’t step from line 50 to 51, I can’t set breakpoints in the updateTime method.

CloudApp

1 Like