Using Slots In Vue.js — Smashing Magazine
文章推薦指數: 80 %
You can also specify default content to go into a slot simply by filling it in: // frame.vue Perhaps, one of the most powerful features in Vue 2 are the Scoped Slots. ... </div> </template> ... SlotDemo.vue --> <template> <div class="slot"> <slot /> </div> </template> <script> export defaul... A <slot> outlet without name implicitly has the name “default”. To provide content to named slots...延伸文章資訊