File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/3.api/2.composables Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const modalInstance = useModal<
42
42
onClosed() { /* on closed */ },
43
43
},
44
44
slots: {
45
- defaults : ' <p>The content of the modal</p>'
45
+ default : ' <p>The content of the modal</p>'
46
46
}
47
47
})
48
48
@@ -101,7 +101,7 @@ You have to manually calling `modalInstance.destroy()`{lang=ts} whenever you no
101
101
modalInstance .destroy ()
102
102
},
103
103
},
104
- slots: { defaults : ' <p>The content of the modal</p>' }
104
+ slots: { default : ' <p>The content of the modal</p>' }
105
105
})
106
106
107
107
modalInstance .open ()
@@ -136,7 +136,7 @@ You have to manually calling `modalInstance.destroy()`{lang=ts} whenever you no
136
136
modalInstance .destroy ()
137
137
},
138
138
},
139
- slots: { defaults : ' <p>The content of the modal</p>' }
139
+ slots: { default : ' <p>The content of the modal</p>' }
140
140
})
141
141
142
142
modalInstance .open ()
You can’t perform that action at this time.
0 commit comments