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

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

相关文章: