<\/figure>\n<\/p>\npt<\/p>\n
new Vue({<\/p>\n
el: ‘#app’,<\/p>\n
data: {<\/p>\n
newItem: ”,<\/p>\n
items: []<\/p>\n
},<\/p>\n
methods: {<\/p>\n
addItem: function () {<\/p>\n
if (this.newItem !== ”) {<\/p>\n
this.items.push(this.newItem);<\/p>\n
this.newItem = ”;<\/p>\n
}<\/p>\n
}<\/p>\n
}<\/p>\n
})<\/p>\n
“`<\/p>\n
\u7136\u540e\u6211\u4eec\u53ef\u4ee5\u5728HTML\u4e2d\u4f7f\u7528Vue\u7684\u6a21\u677f\u8bed\u6cd5\u6765\u5b9a\u4e49\u7ec4\u4ef6\uff0c\u5982\u4e0b\u6240\u793a\uff1a<\/p>\n
“`html<\/p>\n
\n