79402947

Date: 2025-01-31 13:59:54
Score: 2
Natty:
Report link

app.config.compilerOptions.isCustomElement = tag => tag === 'element-name';

You need to inform Vue that the element is a custom elements.... because Vue 3 automatically treats custom elements as Components but in this case the component was not registered....

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adekolu Olumide Coolerputt