Commit 7fd69c17 authored by 毛线's avatar 毛线

修改

parent 436e1352
依赖安装
npm i git+http://git.cy-dev.com:8099/maoxian/ruitu-magic-canvas.git
引入依赖
main.js 或 plugins.js
import RuituMagicCanvas from 'ruitu-magic-canvas'
Vue.use(RuituMagicCanvas)
页面使用
......@@ -176,7 +176,7 @@ function Card(params) {
ctx.translate(centerX, centerY)
ctx.rotate(Math.PI * (-deg / 180))
ctx.translate(-centerX, -centerY)
console.log('渲染图片')
console.log('渲染图片-')
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment