_vertical: computed('vertical', function(){
    const vertical = this.get('vertical');
    return vertical ? `v-${vertical}` : null;
  }),