Skip to content

代码块tab选项卡

  :::code-group

  ```sh [yarn]
  yarn add 
  ```
  
  ```sh [npm]
  npm install
  ```

  ```sh [cnpm]
  cnpm install
  ```
  :::
sh
 yarn add
sh
 npm install
sh
 cnpm install