Skip to content

Commit

Permalink
fix(vue-app): import right package
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Jun 20, 2019
1 parent 5518360 commit 442818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-app/lib/register-component-hooks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component } from 'vue-property-component';
import { Component } from 'vue-property-decorator';

Component.registerHooks([
'asyncData',
Expand Down

0 comments on commit 442818c

Please sign in to comment.