提交 cddb81b8 编写于 作者: DCloud-yyl's avatar DCloud-yyl

Update README.md

上级 44218c30
......@@ -199,7 +199,7 @@ DrawableContext 在调用 API 之后不会主动更新到画布上,需要主
<script>
export default {
onReady() {
var ctx = (this.$refs['drawable'] as Element.getDrawableContext()
var ctx = (this.$refs['drawable'] as Element).getDrawableContext()
ctx.moveTo(50, 40);
ctx.lineTo(200, 40);
ctx.stroke();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册