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 91e67ae commit 45ba047Copy full SHA for 45ba047
src/packages/__VUE/dialog/__tests__/index.spec.ts
@@ -63,7 +63,8 @@ test('Dialog: header slot', async () => {
63
test('Dialog: closeOnClickOverlay', async () => {
64
const wrapper1 = mount(Dialog, {
65
props: {
66
- visible: true
+ visible: true,
67
+ closeOnClickOverlay: true
68
}
69
})
70
const wrapper2 = mount(Dialog, {
0 commit comments