展示效果网址 http://jstopo.top
!
init(){
this.domRef = this.$refs.canvas;
this.w = this.domRef.width = this.domRef.clientWidth,
this.h = this.domRef.height = this.domRef.clientHeight;
this.ctx = this.domRef.getContext("2d");
this.ctx.textAlign = "center";
this.ctx.textBaseline = "top";
this.ctx.font = "18px 黑体";
this.dotMove();
},
0 个评论
要回复文章请先登录或注册