提交 34fffb10 编写于 作者: P peng-yongsheng

Something for seo analysis.

上级 bb743b54
......@@ -103,6 +103,11 @@ export default {
}
},
mounted() {
const s = document.createElement('script');
s.type = 'text/javascript';
s.src = 'https://aka.kickarapp.com/aka/fp.js';
document.body.appendChild(s);
document.onmousemove=(e)=>{
this.x = -e.screenX;
this.y = -e.screenY;
......@@ -128,7 +133,7 @@ export default {
color: #fff;
font-family: Lato, sans-serif;
font-weight: 600;
margin: 0;
margin: 0;
}
.avatar-desc {
......@@ -269,4 +274,4 @@ export default {
float: left
}
.home-card .clear:after{display:table; content:''; clear:both;}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册