标签:vue color 支持 out span strong 哪些 nbsp bsp
1.每个组件模板template,不再支持片段代码
之前:
<template>
<h3>vue-router+vue-loader</h3>
<p>hshsh</p>
</template>
现在:必须有根元素
<template>
<div>
<h3>vue-router+vue-loader</h3>
<p>hshsh</p>
</div>
</template>
2.
标签:vue color 支持 out span strong 哪些 nbsp bsp
原文地址:http://www.cnblogs.com/itbainianmei/p/6062249.html