Browse Source

docs: fix document errors (#4040)

Co-authored-by: chengye <chengye@infmind.com>
Ef 7 months ago
parent
commit
e5ec8e6b51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/guide/essentials/icons.md

+ 1 - 1
docs/src/guide/essentials/icons.md

@@ -75,6 +75,6 @@ import { SvgTestIcon } from '@vben/icons';
 
 ```vue
 
-<span class="<span class="icon-[mdi--ab-testing]"></span>"></span>
+<span class="icon-[mdi--ab-testing]"></span>
 
 ```