ソースを参照

fix: button 文档修改 #244

richard1015 5 年 前
コミット
d2e7e3bc65
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/packages/button/doc.md

+ 2 - 2
src/packages/button/doc.md

@@ -59,7 +59,7 @@ export default {
 常规按钮组
 常规按钮组
 
 
 ```html
 ```html
-<nut-button-group>
+<nut-buttongroup>
   <nut-button 
   <nut-button 
     type="light"
     type="light"
   >
   >
@@ -68,7 +68,7 @@ export default {
   <nut-button>
   <nut-button>
     确定
     确定
   </nut-button>
   </nut-button>
-</nut-button-group>
+</nut-buttongroup>
 ```
 ```
 
 
 通栏按钮
 通栏按钮