Skip to content

Commit

Permalink
Corretto errore di importazione.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard1984 committed Mar 19, 2019
1 parent 42012aa commit 1ba10be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"register-service-worker": "^1.6.2",
"socket.io-client": "^2.2.0",
"style-resources-loader": "^1.2.1",
"vue": "^2.6.9",
"vue": "^2.6.8",
"vue-lazyload": "^1.2.6",
"vue-nprogress": "^0.1.5",
"vue-router": "^3.0.2",
Expand All @@ -36,7 +36,7 @@
"@vue/eslint-config-standard": "^4.0.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.6.9"
"vue-template-compiler": "^2.6.8"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion src/views/root/create/documents/documents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import FileLoader from '@/components/fileLoader/fileLoader'
import eventBus from '@/utils/eventBus'
import v1 from '@/utils/v1'
import nprogress from '@/utils/v1'
import nprogress from '@/utils/nprogress'
export default {
name: 'createDocument',
Expand Down

0 comments on commit 1ba10be

Please sign in to comment.