锘縧et beian={ "venyuan.com":1, "qlzf.top":6, "5811996.com":5, "xunyuanwei.com":7 } let beian_num=1; for(var i in beian){ if(window.location.host.indexOf(i)>=0){ beian_num=beian[i] } } Vue.component('my-head', { template: `
` }) Vue.component('my-foot', { template: `
漏2013-${new Date().getFullYear()} 鏉窞闂昏繙绉戞妧鏈夐檺鍏徃     娴橧CP澶?4006795鍙?${beian_num}   娴欏叕瀹夌綉澶?3018502001292鍙饵/a>
鍏徃鍦板潃:娴欐睙鐪佹澀宸炲競涓村畨鍖哄啘鏋楀ぇ璺?30鍙饵span ref='bootom' id='cnzz_stat_icon_1278178468'>
`, mounted(){ console.log(this) } }) Vue.component('my-title', { props: ['title'], template: `

{{ title }}

` })