fix: lint
parent
350d5ee60e
commit
4554cd016a
|
|
@ -152,7 +152,9 @@ function onFinished() {
|
|||
<FormItem label="动画" name="transition">
|
||||
<Select
|
||||
v-model:value="props.transition"
|
||||
:options="TransitionPresetsKeys.map((p) => ({ label: p, value: p }))"
|
||||
:options="
|
||||
TransitionPresetsKeys.map((p) => ({ label: p, value: p }))
|
||||
"
|
||||
/>
|
||||
</FormItem>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue