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.

Pug component language prevents new auto a-la-carte from working

See original GitHub issue

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

github_iconTop GitHub Comments

6reactions
amritkcommented, Oct 19, 2018

@shongololo try loading it like this in your package.json and see if it works:

"vuetify-loader": "github:amritk/vuetify-loader",
4reactions
KaelWDcommented, Oct 11, 2018

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…

Read more comments on GitHub >

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

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