Skip to content

Commit f7ce973

Browse files
committed
chore: adds SSR info to notes
1 parent a2ef262 commit f7ce973

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
55
<br>
66

7+
## For Nuxt & SSR
8+
9+
Possibly switch to this:
10+
11+
```js
12+
let Quill;
13+
if (!Vue.prototype.$isServer) Quill = require("quill");
14+
```
15+
716
## Modular Version
817

918
**JavaScript**

0 commit comments

Comments
 (0)