Unknown custom element: <excerpt>
See original GitHub issueFirst 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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.
I hear what you’re saying but
DetailField.vue
has<excerpt>
on lines 4 and 6I’d assume it’s coming from that file? Is that outer
<excerpt>
needed?