亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue template中slot-scope/scope怎么用

發布時間:2021-06-26 15:32:39 來源:億速云 閱讀:181 作者:小新 欄目:web開發

這篇文章主要為大家展示了“vue template中slot-scope/scope怎么用”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“vue template中slot-scope/scope怎么用”這篇文章吧。

在vue 2.5.0+ 中slot-scope替代了 scope

template 的使用情形為,我們已經封裝好一個組建,預留了插槽,使用 的插槽

首先 我們的創建一個組建

組建很簡單有一個 slot,slot有兩個屬性 a=123,b=msg

<template>
 <div>
  <div>下面是一個slot</div>
  <slot a="123" b="msg" ></slot>
 </div>
</template>

接下來我們引入組建,并使用組建,引入的組建名 為mysolt,并使用組建

然后使用 template ,并使用scope/slot-scope,

<div>
 <mysolt>
   <template scope="msg">
    <div>下面是solt的props 調用</div>
    <div>{{msg}}</div>
    <div>{{msg.a}}</div>
    <div>{{msg.b}}</div>
   </template>
 </mysolt>
</div>

渲染圖如下:

vue template中slot-scope/scope怎么用

其實就是 template 通過scope/slot-scope 屬性 調用組建 slot 的屬性,以達到可以調用組建屬性實現復雜的嵌套;

實例中 我使用 msg 來重命名 slot 的屬性對象,即 msg 為slot 的{a:'123',b:'msg'}, 就可以通過使用msg 在template 中使用slot的屬性

(注意:當前層 如果有data已經聲明過 msg,它們之間互不干擾,template 的msg 以slot 的為準)

如果我給當前 data的msg={c:111},效果圖如下:

<div>{{msg.c}}</div>

 <mysolt>
  <template scope="msg">
   <div>下面是solt的msg</div>
   <div>{{msg}}</div>
   <div>{{msg.a}}</div>
   <div>{{msg.b}}</div>
   <div>{{msg.c}}</div>
  </template>
 </mysolt>

vue template中slot-scope/scope怎么用

以上是“vue template中slot-scope/scope怎么用”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

西峡县| 新兴县| 漾濞| 洪雅县| 固阳县| 庐江县| 湘潭市| 雅江县| 赣州市| 长海县| 林甸县| 葵青区| 长泰县| 昌黎县| 颍上县| 德阳市| 房产| 林甸县| 诸暨市| 罗田县| 息烽县| 新巴尔虎右旗| 清涧县| 阿拉善左旗| 南汇区| 高陵县| 西乌珠穆沁旗| 海盐县| 子长县| 翁源县| 汽车| 宜君县| 桦南县| 井研县| 仁布县| 高唐县| 曲麻莱县| 临颍县| 邯郸县| 赤水市| 江川县|