File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ export default {
186
186
show: false
187
187
}),
188
188
mounted () {
189
- this .$modal .show (' example' )
189
+ this .$vfm .show (' example' )
190
190
}
191
191
}
192
192
</script >
@@ -211,7 +211,7 @@ export default {
211
211
show: true
212
212
}),
213
213
mounted () {
214
- this .$modal .hide (' example' )
214
+ this .$vfm .hide (' example' )
215
215
}
216
216
}
217
217
</script >
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export default {
204
204
show: false
205
205
}),
206
206
mounted () {
207
- this .$modal .show (' example' )
207
+ this .$vfm .show (' example' )
208
208
}
209
209
}
210
210
</script >
@@ -229,7 +229,7 @@ export default {
229
229
show: true
230
230
}),
231
231
mounted () {
232
- this .$modal .hide (' example' )
232
+ this .$vfm .hide (' example' )
233
233
}
234
234
}
235
235
</script >
You can’t perform that action at this time.
0 commit comments