There was an error while loading. Please reload this page.
1 parent f5c7d69 commit 7ebab83Copy full SHA for 7ebab83
packages/devui-vue/docs/components/read-tip/index.md
@@ -363,8 +363,8 @@ interface ReadTipRule {
363
appendToBody?: boolean; //可以继承自 ReadTipOtions
364
//customData与template搭配使用,customData为传入模板的上下文,可以自定义模板内容
365
dataFn?: ({
366
- element,
367
- rule: ReadTipRule,
368
- }) => Observable<{ title?: string; content?: string; template?: TemplateRef<any>; customData?: any }>;
+ element,
+ rule: ReadTipRule,
+ }) => Observable<{ title?: string; content?: string; template?: TemplateRef<any>; customData?: any }>;
369
}
370
```
0 commit comments