提交 c288db8c 编写于 作者: D dolymood

fix #161 ssr

上级 82307813
......@@ -24,7 +24,7 @@
return `width:${this.width / this.ratio}px;height:${this.height / this.ratio}px`
}
},
created() {
mounted() {
this.ratio = window.devicePixelRatio
this.width *= this.ratio
this.height *= this.ratio
......@@ -41,8 +41,6 @@
x: this.initCenterX,
y: this.initCenterY
}
},
mounted() {
this._draw()
},
methods: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册