We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a417b03 commit a08bb91Copy full SHA for a08bb91
README.md
@@ -59,9 +59,9 @@ export default {
59
### Use the difference(使用方法的区别)
60
61
*SSR and the only difference in the use of the SPA:*
62
-SPA uses the `component`, find quill instance by `ref attribute`.
63
-SSR use `directive`, find quill instance by `directive arg`.
64
-Other configurations, events are the same.
+- SPA uses the `component`, find quill instance by `ref attribute`.
+- SSR use `directive`, find quill instance by `directive arg`.
+- Other configurations, events are the same.
65
66
### Use in SSR
67
0 commit comments