feat: 新增边框

This commit is contained in:
MTrun
2022-03-26 20:59:20 +08:00
parent a6c750f877
commit f3ef1a4022
26 changed files with 647 additions and 65 deletions
@@ -74,7 +74,7 @@ const selectId = computed(() => chartEditStore.getTargetChart.selectId)
const selectTatget = computed(
() => chartEditStore.getComponentList[chartEditStore.fetchTargetIndex()]
)
const selectAttr = computed(() => selectTatget.value.attr || {})
const selectAttr = computed(() => selectTatget.value?.attr || {})
// * 画布坐标
const canvasPositionList = computed(() => {