新增大屏饼图组件

This commit is contained in:
aixianling
2024-03-22 18:34:38 +08:00
parent 10b43594ca
commit bffb6d14e0
24 changed files with 815 additions and 669 deletions

View File

@@ -66,7 +66,7 @@ export default {
classic: Classic,
black: Primary,
}[v.type]),
backgroundImage: v => v.background ? `url(${v.background})` : undefined
backgroundImage: v => v.background ? `url("${v.background}")` : undefined
},
watch: {
title: {