fix: namespace typo (#5972)

* chore: typo

* chore: typo

* chore: typo
This commit is contained in:
msidolphin 2022-02-11 18:07:14 +08:00 committed by GitHub
parent 48645003d7
commit 7569ccaf90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
:virtual-triggering="splitButton"
append-to-body
pure
:transition="`${ns.namespace.value}zoom-in-top`"
:transition="`${ns.namespace.value}-zoom-in-top`"
persistent
@show="$emit('visible-change', true)"
@hide="$emit('visible-change', false)"

View File

@ -19,7 +19,7 @@
effect="light"
placement="bottom-start"
pure
:transition="`${nsSelectV2.namespace.value}in-top`"
:transition="`${nsSelectV2.namespace.value}-in-top`"
trigger="click"
persistent
@show="handleMenuEnter"

View File

@ -15,7 +15,7 @@
effect="light"
pure
trigger="click"
:transition="`${nsSelect.namespace.value}zoom-in-top`"
:transition="`${nsSelect.namespace.value}-zoom-in-top`"
:stop-popper-mouse-event="false"
:gpu-acceleration="false"
persistent