Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
switch to linjeupjs3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jul 25, 2018
1 parent d97c6ee commit 6fcb9f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vue-template-compiler": "^2.5.16"
},
"dependencies": {
"lineupjs": "^3.0.1-beta.13",
"lineupjs": "^3.1.0",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^6.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions src/components/LineUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ export default class LineUp extends Vue implements IBuilderAdapterProps {
default: undefined,
})
public sidePanelCollapsed?: boolean;
@Prop({
type: Boolean,
default: undefined,
})
public hierarchyIndicator?: boolean;
@Prop({
type: String,
default: undefined,
Expand Down

0 comments on commit 6fcb9f8

Please sign in to comment.