chore(Popover): change name of default slot to reference

This commit is contained in:
chenjiahan
2020-11-20 14:26:41 +08:00
committed by neverland
parent 699a5ebe51
commit 64e17bcd08
3 changed files with 27 additions and 17 deletions
+3 -3
View File
@@ -57,6 +57,6 @@ Vue.use(Popover);
### Slots
| 名称 | 说明 |
| ------- | -------------------- |
| default | 自定义菜单的展示内容 |
| 名称 | 说明 |
| --------- | --------------------------- |
| reference | 触发 Popover 显示的元素内容 |