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.

Unknown custom element: <excerpt>

See original GitHub issue

First off, great plugin. Thank you so much for making it!

I noticed a warning in Vue where it was complaining about the <excerpt> tag on the DetailField.vue file and how it is not a registered component type

Is <excerpt> built into Laravel Nova or was this simply a custom HTML5 tag intended to display like a <div>?

For the sake of keeping the console warning free, does it make sense to define a custom attribute type or simply change this to something else?

In my case, i’d just like to see the text without any special text formatting or what have you.

Thanks again!

M

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
emilianotisatocommented, Oct 9, 2018

Matt you ware right! I don’t know where that element tag was coming from!!

I remove it… test it again with the package version 0.5.1.

0reactions
readocommented, Oct 9, 2018

I hear what you’re saying but DetailField.vue has <excerpt> on lines 4 and 6

I’d assume it’s coming from that file? Is that outer <excerpt> needed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue.js: inconsistent "Unknown Custom Element" that's ...
When using the dev server I am experiencing an inconsistent "Unknown Custom Element" issue within one component (Now several).
Read more >
How to Solve "Unknown Custom Element" in Vue
You've created this amazing Vue component, and you're trying to use it within another component. Then you get this terrible error: [Vue warn]:...
Read more >
[Vue Warn]: Unknown Custom Element: - ADocLib
[Vue Warn]: Unknown Custom Element: We add the btablecolumn component to add the column. The header slot lets us populate the content we...
Read more >
if this is a native custom element, make sure to exclude it from ...
if this is a native custom element, make sure to exclude it from component resolution via compileroptions.iscustomelement. Clear input field icon. Search query....
Read more >
MiniCssExtractPlugin - webpack
By default, the mini-css-extract-plugin appends styles ( <link> elements) ... In such cases insert can be configured to be a function or a...
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