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 8c68718 commit 43cd6d3Copy full SHA for 43cd6d3
docs/guide/components.md
@@ -28,7 +28,9 @@ export default {
28
};
29
```
30
31
-<ClearButtonOverride />
+<ClientOnly>
32
+ <ClearButtonOverride />
33
+</ClientOnly>
34
35
The same approach applies for `multiple` selects:
36
@@ -53,7 +55,9 @@ export default {
53
55
54
56
57
-<OpenIndicatorOverride />
58
59
+ <OpenIndicatorOverride />
60
61
62
## Setting Globally at Registration
63
@@ -78,6 +82,7 @@ vSelect.props.components.default = () => ({
78
82
Vue.component(vSelect)
79
83
80
84
81
-<CustomComponentRegistration />
-
85
86
+ <CustomComponentRegistration />
87
88
0 commit comments