-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Describe the bug
When using the component in a page written in pug syntax, the component seems to be not recognized...
<template lang="pug">
div
ATitle this is a title
</template>However, when I use it with normal HTML syntax, it will work.
<template>
<div>
<ATitle> this is a title </ATitle>
</div>
</template>I will note that components written with pug syntax in the /components directory didn't affect the right functionality.
To Reproduce
Steps to reproduce the behavior:
- install @nuxt/components (& packages needed to write in pug syntax) by following the right instruction
- write the page in pug syntax
Expected behavior
works with pug syntax
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I am using pug with pug, pug-plain-loader, and pug-loader.
acidjazz
Metadata
Metadata
Assignees
Labels
No labels

