feat: 新增定位和style处理

This commit is contained in:
MTrun
2022-03-09 17:37:32 +08:00
parent a6e5dec2c0
commit a467283618
10 changed files with 167 additions and 11 deletions
@@ -54,7 +54,7 @@ const targetData: Ref<CreateComponentType> = computed(() => {
return list[targetIndex]
})
// * 选中样式
// * 选中的动画样式
const activeIndex = (value: string) => {
const selectValue = targetData.value.styles.animations
if (!selectValue.length) return false