The only options Ember provide for in-element
are
-
the default, which replaces the entire contents of the element
-
insertBefore=null
, which appends the component as the last child of the element
Unfortunately, other values for insertBefore
are not supported. (ember forum reference)
So yup, if you need different positioning, a wrapper is the way to go