You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create App.vue with minimal code as in documentation
"vue build"
What is expected?
The index.html dist folder can be clicked and the text of App.vue will be shown.
What is actually happening?
White screen. The linked Javascript starts with "/", which is an absolute path on a operation system. If the paths are prepended with a dot (./js/...) everything works fine.
No example possible, because this report needs "vue build" on desktop. But the link to the "example" again describes the problem. Please be fair and have a look into it instead of immediately deleting the issue, because the behaviour cannot be rebuild on any of those coding platforms. Thank you!
And, IMO, if this is NOT considered an error, the docu should at least mention the "behaviour".
Thank you!
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.5
Reproduction link
https://codepen.io/rowild/pen/VBzvzr?editors=1010
Steps to reproduce
What is expected?
The index.html dist folder can be clicked and the text of App.vue will be shown.
What is actually happening?
White screen. The linked Javascript starts with "/", which is an absolute path on a operation system. If the paths are prepended with a dot (./js/...) everything works fine.
No example possible, because this report needs "vue build" on desktop. But the link to the "example" again describes the problem. Please be fair and have a look into it instead of immediately deleting the issue, because the behaviour cannot be rebuild on any of those coding platforms. Thank you!
And, IMO, if this is NOT considered an error, the docu should at least mention the "behaviour".
Thank you!
The text was updated successfully, but these errors were encountered: