We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

FileManager generating Warning: "Do not use built-in or reserved HTML elements as component id: a"

I'm using the the latest EJS-FileManager Component for Vue within the latest release of nuxt-2.

Whenever I try to use it I receive the following Warning:

"Do not use built-in or reserved HTML elements as component id: a"

Perhaps you could help me out, why this happens.




Attachment: CodeExample_69ced7b3.zip

1 Reply

IL Indhumathy Loganathan Syncfusion Team September 9, 2021 01:20 PM UTC

Hi Tim, 
 
Greetings from Syncfusion support. 
 
We have validated your reported query in File Manager component. We prepared a NuxtJS sample with your shared File Manager code but unable to replicate the reported issue. Please find the sample from below link. 
 
 
We suspect that you are trying to use a Vue component inside another component and named that component as ‘a’. You cannot name a component with the name of an existing HTML tag. Due to this you are facing a warning in console. So try to rename the component name. Refer to the below blog for more details on this. 
 
 
Please check the shared details and let us know if you need any further assistance. 
 
Regards, 
Indhumathy L 


Loader.
Up arrow icon