お世話になっております。
下記のような処理を行っても'abc'が出力できません。
funcAの処理においてmessageを書き換えたい場合どのようにすればよいでしょうか?
おわかりになる方いらっしゃいましたら、よろしくお願いします。
parent.vue
<script> import chileMenu from "~/components/child.vue"; export default { components: { childMenu, ・ ・ methods: { funcA(){ childMenu.message = 'abc'; }
child.vue
<div>{{message}}</div> <script> export default { props: [ "message" ],
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。