mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增定位和style处理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user