question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Vue Single File Components, "App only" vs "Full"

See original GitHub issue

Error tracking is working fine. However, the App only choice does not show the original source code:

app-only

… where Full displays the original source code:

full

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:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
felnnecommented, Mar 12, 2020

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.

0reactions
kamilogorekcommented, Oct 13, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found