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 82fb990 commit 1cf4e29Copy full SHA for 1cf4e29
components/vc-dropdown/src/Dropdown.jsx
@@ -138,9 +138,10 @@ export default {
138
if (
139
this.$refs.trigger &&
140
this.$refs.trigger._component &&
141
- this.$refs.trigger._component.alignInstance
+ this.$refs.trigger._component.$refs &&
142
+ this.$refs.trigger._component.$refs.alignInstance
143
) {
- this.$refs.trigger._component.alignInstance.forceAlign();
144
+ this.$refs.trigger._component.$refs.alignInstance.forceAlign();
145
}
146
147
0 commit comments