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

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jul 2, 2018
1 parent 3937625 commit 4544b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

<script lang="ts">
import { Component, Vue } from 'vue-property-decorator';
import LineUpComponents from './components';
import {LINEUP_COMPONENTS} from './components';
@Component({
components: LineUpComponents,
components: LINEUP_COMPONENTS,
})
export default class App extends Vue {
public readonly data = [] as any[];
Expand Down

0 comments on commit 4544b12

Please sign in to comment.