[vue避坑]vue插槽使用遇到的坑

        <template id="nnm">
            <div>
                <h2>哈哈哈</h2>
                <p>我是组件</p>
                <slot><button>点击</button></slot>
            </div>
        </template> 

template使用时id定义在template 而不是div上面,细节,注意

posted @ 2021-04-10 17:13  史可轩  阅读(740)  评论(0编辑  收藏  举报
3 4