- 博客(8)
- 收藏
- 关注
原创 vue子组件调用父组件方法的几种方式
1)this.$parent.xxx. 可以拿到子组件的data,methods 【类似的父组件调子组件的 this.$refs.子组件的ref.方法名, eg. this.$refs.printBtn.toPrint()】2)子组件$emit 一个方法,父组件接收 【子组件给父组件】3)父组件把方法传入子组件中,在子组件里直接调用这个方法【父组件给子组件】参考文档:https://blog.csdn.net/zgrkaka/article/details/100528714...
2021-07-19 13:38:12 250
原创 无法静态显示页面,求帮助
android中,在建立一个登录页面时,老是报以下错误,无法显示页面Missing styles. Is the correct theme chosen for this layout?Use the Theme combo box above the layout to choose a different layout, or fix the theme style referenc
2013-08-20 20:37:24 727
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人