Skip to content

Commit

Permalink
fix avatar upload issues
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Feb 2, 2019
1 parent 9a50cd3 commit 9c50d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/oj/views/setting/children/ProfileSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
<script>
import api from '@oj/api'
import utils from '@/utils/utils'
import vueCropper from 'vue-cropper'
import {VueCropper} from 'vue-cropper'
import {types} from '@/store'
import {languages} from '@/i18n'
export default {
components: {
vueCropper
VueCropper
},
data () {
return {
Expand Down

0 comments on commit 9c50d44

Please sign in to comment.