摘要:
1、父组件向子组件传值//parent.vue<template> <div> <child :send-msg-to-child="toChildMsg"></child> </div></template><script>import child from './child.vue';expor 阅读全文
posted @ 2018-12-15 15:08
ZZZZZLQ
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号