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 18db307 commit 10f96c5Copy full SHA for 10f96c5
README.md
@@ -59,8 +59,8 @@ 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 videojs instance by `ref attribute`.
63
-- SSR use `directive`, find videojs instance by `directive arg`.
+- SPA worked by `component`, find videojs instance by `ref attribute`.
+- SSR worked by `directive`, find videojs instance by `directive arg`.
64
- Other configurations, events are the same.
65
66
### Use in SSR
0 commit comments