update dist and lib

This commit is contained in:
jiaming743
2020-04-25 16:46:33 +08:00
parent d4206f066c
commit be410da013
16 changed files with 527 additions and 26 deletions

View File

@ -28,7 +28,7 @@
<path
v-if="width && height"
fill="transparent"
:fill="backgroundColor"
stroke-width="2"
:stroke="mergedColor[0]"
:d="`
@ -106,6 +106,10 @@ export default {
color: {
type: Array,
default: () => ([])
},
backgroundColor: {
type: String,
default: 'transparent'
}
},
data () {