Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
fix: Fix wrong progress bar import causing progress bar not to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaptard committed May 16, 2018
1 parent 6109f18 commit 10b176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/app-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Vue from 'vue'
import { createApp } from './app.js'
import { registerStoreModules } from './ssr/registerStoreModules.js'
import root from 'src/app.vue'
const Progress = require('src/components/progress.vue')
import Progress from 'src/components/progress.vue'

// Register global progress bar
const progress = Vue.prototype.$progress = new Vue(Progress).$mount()
Expand Down

0 comments on commit 10b176a

Please sign in to comment.