-
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
feat: add toc doc #27
Conversation
9be9ff6
to
a2ed0ed
Compare
`, | ||
styles: [ | ||
/* CSS */ ` | ||
.demo-container { |
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.
格式化出来缩进是顶到头的?
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.
是的
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.
CSS 的目前识别不了,手动改下吧
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.
好的
</Story> | ||
</Preview> | ||
|
||
## 说明场景: |
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.
标题不加冒号。使用场景吧
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.
我改下
|
||
### auiTocContainer | ||
|
||
| 属性和方法 | 描述 | |
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.
表格格式和其他组件保持一致
| 属性和方法 | 描述 | | ||
| ------------------------------------------------ | ------------------------------------------- | | ||
| `@Output() activedChange: EventEmitter<string>;` | 当 actived 变化时使用该方法获取。 | | ||
| `scrollTo(content: string): void;` | 使用该方法使 container 滚动到指定 content。 | |
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.
这个不是给用户用的吧,这种不写出来,包括下边的hostbinding
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.
scrollTo也是提供的方法,滚动到指定的 content,是使用时才需要设置的,应该需要写在文档上吧
a2ed0ed
to
e828bfa
Compare
e828bfa
to
e68bd04
Compare
No description provided.