一起幫忙解決難題,拯救IT 人的一天 - iT 邦幫忙 - iThome
文章推薦指數: 80 %
[DAY14]跟Vue.js 認識的30天- Vue 模組插槽(`slot`) ... 如果
模組標籤裡的內容可以是純文本、 HTML 標籤或其他模組等等。
直接在
如果要將不同內
延伸文章資訊
- 1Slots — Vue.js
A <slot> outlet without name implicitly has the name “default”. To provide content to named slots...
- 2Vue新指令:v-slot - IT閱讀 - ITREAD01.COM
SlotDemo.vue --> <template> <div class="slot"> <slot /> </div> </template> <script> export defaul...
- 3Using Slots In Vue.js — Smashing Magazine
You can also specify default content to go into a slot simply by filling it in: // frame.vue <tem...
- 4Vue 'export default' vs 'new Vue' - Stack Overflow
- 5Slots — Vue.js