aspnetcore-Vue-starter icon indicating copy to clipboard operation
aspnetcore-Vue-starter copied to clipboard

Publish issues with router and component file locations

Open Morkaleb opened this issue 7 years ago • 0 comments

When publishing as both Debug and Release, my component paths show as if the system was being run on the dev computer, rather than part of the release.
On the app-route page, if I have it render {{this.routes}}, it shows the location of my components as this:

__file": "C:\Working\Ops\ClientApp\components\home-page.vue",

Which is the location of the file on the dev computer. I'm stuck, and I don't know where to go from here.

PS. it works very well on the dev computer, and there are no errors coming up in the console.

Edit: I should add, the components work if they are called in the app-root.vue. It's within router-view that I can't get it to work.

Morkaleb avatar Apr 02 '18 23:04 Morkaleb