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 {
186186 show: false
187187 }),
188188 mounted () {
189- this .$modal .show (' example' )
189+ this .$vfm .show (' example' )
190190 }
191191}
192192 </script >
@@ -211,7 +211,7 @@ export default {
211211 show: true
212212 }),
213213 mounted () {
214- this .$modal .hide (' example' )
214+ this .$vfm .hide (' example' )
215215 }
216216}
217217 </script >
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export default {
204204 show: false
205205 }),
206206 mounted () {
207- this .$modal .show (' example' )
207+ this .$vfm .show (' example' )
208208 }
209209}
210210 </script >
@@ -229,7 +229,7 @@ export default {
229229 show: true
230230 }),
231231 mounted () {
232- this .$modal .hide (' example' )
232+ this .$vfm .hide (' example' )
233233 }
234234}
235235 </script >
You can’t perform that action at this time.
0 commit comments