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 bd67688 commit 99130eeCopy full SHA for 99130ee
example/src/components/basic/BasicOptions.vue
@@ -94,6 +94,11 @@
94
<base-button @click="openAttach"
95
>Attach to here and open modal</base-button
96
>
97
+ <p>click will:</p>
98
+ <ul>
99
+ <li>set "attach" to "true"</li>
100
+ <li>set "lockScroll" to "false"</li>
101
+ </ul>
102
</div>
103
104
</template>
@@ -134,6 +139,7 @@ export default {
134
139
openAttach() {
135
140
this.attach = '#attach'
136
141
this.showModal = true
142
+ this.lockScroll = false
137
143
}
138
144
145
0 commit comments