如何在 NextJS 中修复 CSS?
How to fix CSS in NextJS?
我正在尝试使用 markdown 并面临 css 的问题。我在下面link重现了这个问题:https://codesandbox.io/s/react-quilljsbasic-forked-3rcxw?file=/src/App.js
只需在挂钩中设置主题:
const { quill, quillRef } = useQuill({ theme: "snow" });
示例:
我正在尝试使用 markdown 并面临 css 的问题。我在下面link重现了这个问题:https://codesandbox.io/s/react-quilljsbasic-forked-3rcxw?file=/src/App.js
只需在挂钩中设置主题:
const { quill, quillRef } = useQuill({ theme: "snow" });
示例: