Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#372): we most probably gonna include the vertical option in the…
Browse files Browse the repository at this point in the history
… editor, therefore already reflect the attribute
  • Loading branch information
peterpeterparker committed Oct 13, 2019
1 parent b426f63 commit a386bcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export class DeckdeckgoSlideSplit implements DeckdeckgoSlide {

@Prop({reflectToAttr: true}) customActions: boolean = false;
@Prop({reflectToAttr: true}) customBackground: boolean = false;
@Prop() vertical: boolean = false;

@Prop({reflectToAttr: true}) vertical: boolean = false;

async componentDidLoad() {
await hideLazyLoadImages(this.el);
Expand Down

0 comments on commit a386bcf

Please sign in to comment.