Closed RezaErfani67 closed 4 years ago
Try pass $route data into Modal
this.$dlg.modal(page, {
params: {
route: this.$route
}
})
The page vue file content
export default {
props: {
route: Object
},
mounted () {
console.dir(this.route)
}
}
thank you
this.$route gives error when i work with modal