如图所示 我想把srccomponentspagesSystem下的Register.vue中的数据 传递到srccomponentspagesAccount下的AccountManage.uve中去 这个怎么实现呢 只知道父子之间通过props可以传递 这种还没做过 不知道怎么做的
如图所示 我想把srccomponentspagesSystem下的Register.vue中的数据 传递到srccomponentspagesAccount下的AccountManage.uve中去 这个怎么实现呢 只知道父子之间通过props可以传递 这种还没做过 不知道怎么做的
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答4.8k 阅读✓ 已解决
4 回答4.4k 阅读✓ 已解决
4 回答1.9k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
用$emit发送,$on接收,具体参见链接
可以在App.vue里
或者新建一个event.js