Vue SPA Framework - Markup Components - ContentPlaceholder - Configuration
animation
Specifies the animation preset used when the placeholder's content is being changed.
A layout markup may contain several content placeholders. If you need to show the contents of all of them at once with a particular animation, you do not need to set the animation option for each of the placeholders. You should wrap the placeholders by an element with the data-options attribute set to dxTransition instead and specify its animation option.
contentCssPosition
If the content that will be rendered to this placeholder has static positioning (its css position property is set to 'static'), set this option to 'static' as well, so that the placeholder css styles are set up accordingly.
name
The value of this option should be assigned to the targetPlaceholder option of the dxContent component that defines the markup to be merged to this content placeholder.
If you have technical questions, please create a support ticket in the DevExpress Support Center.