第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

將 props 傳遞給路由器鏈接 - Vue.js

將 props 傳遞給路由器鏈接 - Vue.js

偶然的你 2023-11-12 22:15:53
我試圖傳遞我的路由器鏈接名稱的道具,但它根本不起作用。我究竟做錯了什么?按鈕組件:<template>      <router-link :to="{ name: nextStep }" tag="button" class="button">Back</router-link>      <router-link :to="{ name: previousStep }" tag="button" class="button">Next</router-link></template><script>    export default {        props: {            nextStep: {                type: String,                default: null,            },            previousStep: {                type: String,                default: null            }        },         }</script>當(dāng)我使用該組件時  <Buttons :nextStep="Firststep" :previousStep="Secondstep" />我的路由器 js 確保名稱正確{    path: "/firststep",    name: "Firststep",    component: FirstStep  },  {    path: "/secondstep",    name: "Secondstep",    component: SecondStep  },
查看完整描述

1 回答

?
茅侃侃

TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超22個贊

嘗試刪除綁定標(biāo)志:

<Buttons nextStep="Firststep" previousStep="Secondstep" />

如果您使用綁定符號,則值應(yīng)定義為屬性。


查看完整回答
反對 回復(fù) 2023-11-12
  • 1 回答
  • 0 關(guān)注
  • 128 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號