File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
</div >
6
6
<div class =" notion-callout-text" >
7
7
<NotionTextRenderer :text =" title" v-bind =" pass" />
8
+ <slot />
8
9
</div >
9
10
</div >
10
11
</template >
Original file line number Diff line number Diff line change 7
7
</div >
8
8
<NotionHeader v-else-if =" isType(['header', 'sub_header', 'sub_sub_header'])" v-bind =" pass" />
9
9
<NotionBookmark v-else-if =" isType('bookmark')" v-bind =" pass" />
10
- <NotionCallout v-else-if =" isType('callout')" v-bind =" pass" />
10
+ <NotionCallout v-else-if =" isType('callout')" v-bind =" pass" >
11
+ <slot />
12
+ </NotionCallout >
11
13
<NotionCode v-else-if =" isType('code')" v-bind =" pass" />
12
14
<NotionEquation v-else-if =" isType('equation')" v-bind =" pass" />
13
15
<NotionText v-else-if =" isType('text')" v-bind =" pass" />
You can’t perform that action at this time.
0 commit comments