详细问题描述
[内容]
在HBuilder中写Vue组件的时候使用模板字符串的单引号的时候报错。
重现步骤
[步骤]
在html文件中引入vue.js。写全局组件component,在template中使用单引号“ `” 换行,不能正确解析模板里的内容。
[结果]
不能解析模板里的内容。报错:Uncaught SyntaxError: Unexpected token ILLEGAL
[期望]
正确解析模板里的内容。
运行环境
[系统版本]
window10 家庭版
[浏览器版本]
Hbuilder内置chrome控制台。
[IDE版本]
HBuilder 9.0.1.201802011934
[mui版本]
附件
[代码片段]
Vue.component("blog-post",{
props:["post"],
template: <div class="blog-post"> <h3>{{ post.title }}</h3> <button @click="$emit('enlarge-text')"> Enlarge text </button> <div v-html="post.content"></div> </div>
})
[安装包]
联系方式
[QQ]
[电话]