Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不兼容 html5 for vue 允许 <my-component/> 不兼容 xhtml 或 xml for vue 允许空属性和标签没有关闭标记,如 <my-component my-directive>
<my-component/>
<my-component my-directive>
任何人都知道如何将 vue 模板转换为有效的 html5 格式或任何 xml 格式?任何nodejs lib都可以处理它吗?(cheerio、jsdom、parse5,都遵循当前标准)