首頁  >  問答  >  主體

如何使用vue3取得插槽中的HTMLElements?

<p>當我嘗試開發層元件時發生了一些事情。如下程式碼:</p> <p><em>// Wrapper.vue</p> <pre class="brush:php;toolbar:false;"><模板> <slot v-bind=“attrs”></slot> </範本>