babel plugin transform html import to template:将HTML导入转换为HTMLTemplateElement 源码
babel-plugin-transform-html-import-to-template 将HTML导入转换为HTMLTemplateElement。 例子 给定以下template.html 。 < span> html template :sun_with_face: 输入 import template from './template.html' import style from './style.css' // ... this . shadowRoot . append ( template . content . cloneNode ( true )
下载地址
用户评论