kelleyq7
2019-06-19 11:50
<div id="root">
<h1 v-text="number"></h1>
</div>
new Vue({
el:"#root",
template:"<h1>hello {{msg}}</h1>",
data:{
msg:"hello world hello"
number:'123'
}
})
没有引入脚本 还有少了个逗号
已搞定了
vue2.5入门
146742 学习 · 657 问题
相似问题
回答 2
回答 3
回答 4
回答 1