Explorar el Código

添加只能应用于单例模式的警告

zhaihaoyi hace 6 años
padre
commit
e6e70f0fc1
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      docs/guide.md

+ 5 - 1
docs/guide.md

@@ -45,10 +45,14 @@ new Vue({
 
 ```
 
-### 布局文
+### 应用组
 
 配置参考: [RouterTab Props](api.md#routertab-props)
 
+::: danger
+`<router-tab>` 仅支持单例模式,请勿在同一个页面中引入多个 `<router-tab>` 组件!
+:::
+
 **示例:**
 
 ``` html {6}