Skip to content

Commit 8e412a4

Browse files
committed
add css to vue style in readme
1 parent ba90810 commit 8e412a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ const { data } = useGetPageBlocks("4b2dc28a5df74034a943f8c8e639066a")
111111
112112
<style>
113113
@import "vue3-notion/dist/style.css"; /* optional Notion-like styles */
114+
@import "prismjs/themes/prism.css";
115+
@import "katex/dist/katex.min.css";
114116
</style>
115117
```
116118

0 commit comments

Comments
 (0)