Vue 打印子组件props的值 2021-08-05 本文已影响0人 安徒生1997 props: { htId: String, }, watch: { htId: function(newVal,oldVal){ console.log(newVal) } },