Pug component language prevents new auto a-la-carte from working
See original GitHub issueUse of pug in components seems to prevent the new auto a-la-carte from working as intended.
Here is an example repo: https://github.com/shongololo/vuetify-a-la-carte
Example errors:
[Vue warn]: Unknown custom element: <v-app> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <App> at src/components/App.vue
<Root>
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Template Inheritance - Pug
Pug supports template inheritance. Template inheritance works via the block and extends keywords. In a template, a block is simply a “block” of...
Read more >Untitled
Global security services new york, Alliance 2013 meeting, Bryan tx police salary, ... Ein freundliches wort, English language translation oromo, ...
Read more >Pug Template Engine - Full Tutorial for Beginners - YouTube
Pug (formally known as Jade) is an HTML preprocessor implemented in Node.js. It allows you to render HTML with powerful features such as ......
Read more >msl code calculator
About this version The latest version of MetroPCS MSL/SPC Calculator …. Getting identification codes, serial numbers or any similar data from a mobile...
Read more >Pug HTML Template Engine: A Beginner's Guide - SitePoint
Syntax highlighting will make it much easier to work with Pug files, especially those of any length. Try Pug HTML without Installing. If...
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
@shongololo try loading it like this in your package.json and see if it works:
vuetify-loader has to run before pug to be able to inject the imports, and currently it just loads the file separately from disk. If someone with more webpack experience knows how to get the result of the template compilation that’d be great, because I can’t figure it out.
Also pug sucks balls anyway so…