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