We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我的分页总条数是通过AJAX请求下来,然后用props传进来这个分页组件里面,但是貌似没效果,请问怎么办呢?
The text was updated successfully, but these errors were encountered:
刚整理成组件,试试
Sorry, something went wrong.
THX,晚上回去试试哈
可以了。提示一下:记得加上watch哈。我直接上一版的来用了哈哈 watch: { cur: function(oldValue, newValue) { console.log(arguments) } }
把this.$dispatch('btn-click', oldValue)放到watch里面,就可以监听你绑定的事件listen,配合vuex的话,感觉很好用,谢谢楼主。
No branches or pull requests
我的分页总条数是通过AJAX请求下来,然后用props传进来这个分页组件里面,但是貌似没效果,请问怎么办呢?
The text was updated successfully, but these errors were encountered: