You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/mister-hope/projects/waline/packages/client/src/components/CommentCard.vue
152:9 error The '<CommentCard>' component has been used, but not defined vue/no-undef-components
I would happy to share more if you do need this, but I do think that it's easy to make a repro, and the test file is not containing the test case where a component using <script setup> use itself in template.
The text was updated successfully, but these errors were encountered:
Mister-Hope
changed the title
no-undef-components failed when referencing itself
no-undef-components failed when referencing itself in <script setup>Dec 2, 2022
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
No error
What actually happened?
I would happy to share more if you do need this, but I do think that it's easy to make a repro, and the test file is not containing the test case where a component using
<script setup>
use itself in template.The text was updated successfully, but these errors were encountered: