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 ( instead of ).
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.
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 ( instead of ).
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.