Skip to content

Commit

Permalink
fix(vue-app): import app first on server
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Jun 20, 2019
1 parent 590a544 commit 9507e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-app/lib/entry-server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createApp } from './app';
import Vue from 'vue';
import App from '@/App.vue';
import { createApp } from './app';
import { composeComponentOptions } from './utils';

Vue.prototype.$auth = null;
Expand Down

0 comments on commit 9507e57

Please sign in to comment.