单项选择题

A.new Vue({data:{display:true }})
B.new Vue({data:{display:false }})
C.new Vue({display:true})
D.以上都不对