# 画布
v-canvas
组件赋予你使用JSON编排组件的能力。
# 用例
# Props
参数 | 类型 | 默认值 |
---|---|---|
width | number/string | - |
height | number/string | - |
editable | boolean | - |
lazy | boolean | - |
lazy-once | boolean | - |
absolute | boolean | - |
fixed | boolean | - |
parent | boolean | - |
background | string | - |
background-position | string | center center |
background-size | string | 100% 100% |
value | array | - |
# Slots
name | 说明 |
---|---|
item-${index} | - |
${item.name} | - |
# 示例
# 通过PSD文件渲染画布
借助 yh5-loader 解析PSD文件渲染画布