-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(popover): add the document and demo of the popover component #602
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<demo3 slot="demo"></demo3> | ||
<code-reader slot="code" file="popover/demo-3.vue"></code-reader> | ||
<md-reader slot="desc"> | ||
通过指定 always 属性,可以让 popover 不需要触发 trigger,而是一直显示在界面中 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
always 高亮
</docs-section> | ||
<docs-section> | ||
<template slot="title"> | ||
<docs-title name="<dao-popover/> 可添加的插槽" size="sm"></docs-title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可添加的插槽 -> 插槽
data() { | ||
return { | ||
test: 'asdf', | ||
alertAttrs: [{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alertAttrs?
71e6c98
to
7372d20
Compare
updated @olivewind |
1. PR 内容和 Issue 链接
RT
2. PR 针对问题的重现方式
none
3. PR 涉及到的组件
dao-popover
4. 其它您认为有价值的信息
none