!-- flowchart 箭头图标 勿删 --
Vue.component({
template:"<div>全局组件</div>",
data:function(){
return {
name:"css3html5",
date:"20190223"
}
}
})
Vue.compon