feat(Popup): add transition-appear prop (#7525)
* feat:(Popup): add appear prop * docs(Popup): add appear prop * feat(Popup): add transition-appear prop
This commit is contained in:
@@ -109,6 +109,7 @@ export default {
|
||||
| Attribute | Description | Type | Default |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model (value) | Whether to show popup | _boolean_ | `false` |
|
||||
| transition-appear | Initial rendering animation | _boolean_ | `false` |
|
||||
| overlay | Whether to show overlay | _boolean_ | `true` |
|
||||
| position | Can be set to `top` `bottom` `right` `left` | _string_ | `center` |
|
||||
| overlay-class | Custom overlay class | _string_ | - |
|
||||
|
||||
Reference in New Issue
Block a user