Answer the question
In order to leave comments, you need to log in
How to call plugin with Vuejs component?
There is a snippet of the modal.js plugin code,
but I need to push my component there on a
successful click, I need to display it
export default {
install(Vue, options) {
Vue.prototype.$message = function(params) {
alert(params)
}
}
}
isOpen() {
this.$message('Open')
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question