Skip to content

Commit

Permalink
fix(vue-app): use property instead of class components to register hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Jun 20, 2019
1 parent 9507e57 commit 5518360
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-class-component';
import { Component } from 'vue-property-component';

Component.registerHooks([
'asyncData',
Expand Down

0 comments on commit 5518360

Please sign in to comment.