vue-highlight-code
vue-highlight-code copied to clipboard
Typo in Documentation - Incorrect Component Name
In the documentation, there is a small typo in the code snippet provided for importing and using the vue-highlight-code component. The correct component name is HighCode, but the closing tag has a typo (</HighCoder> instead of </HighCode>).
Incorrect Code:
<HighCode></HighCoder>
Corrected Code:
<HighCode></HighCode>
This typo might lead to confusion for users trying to integrate the vue-highlight-code component into their projects. Please update the documentation to reflect the accurate component name.