Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to catch the $emit event while doing new Vue.Extend(MyGridcomponemt)(propsData:{columns:this.columns,rowsperpage:this.rowsperpage}); #9702

Closed
ShravanMweb opened this issue Mar 14, 2019 · 2 comments

Comments

@ShravanMweb
Copy link

No description provided.

@vue-bot
Copy link
Contributor

vue-bot commented Mar 14, 2019

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!


你好,你的 issue 不符合我们所要求的格式,因此已被自动关闭。为了确保每个 issue 都提供必需的相关信息,请务必使用我们的 Issue 向导 来创建新 issue,谢谢!

@vue-bot vue-bot closed this as completed Mar 14, 2019
@ShravanMweb
Copy link
Author

How to catch $emit event with v-on: in JavaScript. while doing
import MyGrid from 'MyGridcomponemt.vue'
import Vue from 'vue'
var myDynamicGrid = Vue.extend(MyGrid)
var instance = new myDynamicGrid({
propsData: { columns: this.columns,rowsperpage:this.rowsperpage,etc..}
})
instance.$mount() // pass nothing
//Will append to required place
this.$refs.container.appendChild(instance.$el)
Here I am able to pass prosData to MyGrid component but how do I catch those $emit events which will trigger by MyGrid component..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants