Skip to content

Commit

Permalink
fix(doc): fix chimee.uninstall error
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed May 23, 2018
1 parent 6000ada commit 24f2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zh-cn/essentials/plugin-usage.md
Expand Up @@ -136,7 +136,7 @@ const player = new Chimee({

// 停用插件
player.unuse(ChimeePluginControllbar.name);
.uninstall(ChimeePluginControllbar.name);
chimee.uninstall(ChimeePluginControllbar.name);
```

> 如果我们未停用插件就卸载插件。正在使用插件的实例不会受影响,但是卸载后新建的实例无法使用此插件。
Expand Down

0 comments on commit 24f2f41

Please sign in to comment.