Merge commit '8fda6e2c'
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -14,7 +14,6 @@ app.$mount() | ... | @@ -14,7 +14,6 @@ app.$mount() |
| 14 | import { | 14 | import { |
| 15 | createSSRApp | 15 | createSSRApp |
| 16 | } from 'vue' | 16 | } from 'vue' |
| 17 | import login from '@/components/login' | ||
| 18 | 17 | ||
| 19 | export function createApp() { | 18 | export function createApp() { |
| 20 | const app = createSSRApp(App) | 19 | const app = createSSRApp(App) | ... | ... |
-
Please register or sign in to post a comment