Question: Vue Single File Components, "App only" vs "Full"
See original GitHub issueError tracking is working fine. However, the App only
choice does not show the original source code:

… where Full
displays the original source code:

I’d like to see the original source (Full
) by default. How can I make sure this is the default way errors are displayed?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Single-File Components - Vue.js
Vue Single-File Components (a.k.a. *.vue files, abbreviated as SFC) is a special file format ... The full syntax is defined in the SFC...
Read more >Styling Vue Single-File Components - This Dot Labs
Single-File Components allow developers to group code together in more logical ways, rather than breaking up components by language utilized ( ...
Read more >Vue.js single file components WITHOUT a build process
I share the sentiment and decided to solve this problem with vue-blocks. Just a single script tag to get going, no build tools...
Read more >How To Create Reusable Blocks of Code with Vue Single-File ...
When creating a web application using Vue.js, it's a best practice to construct your application in small, modular blocks of code.
Read more >Rendering a list of Vue components - Learn web development
Rendering lists with v-for ... To be an effective to-do list, we need to be able to render multiple to-do items. To do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
H @kamilogorek,
I think I have this problem as well. In that looking at the full view shows the correct source of an error but the app view doesn’t.
I tried to add the
path:**src/** +app
to my settings and it didn’t help. This is a sample issue/project if useful.Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and I will happily reopen it. Cheers!