Skip to content

Commit

Permalink
fix vuex import order and upgrade nuxt 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyx committed Aug 13, 2019
1 parent 8ab0872 commit 5523a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/home/dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</template>

<script>
import Clickoutside from '@/utils/dom/clickoutside'
import { mapState } from 'vuex'
import Clickoutside from '@/utils/dom/clickoutside'
export default {
name: 'VDropdown',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"cross-env": "^5.2.0",
"nuxt": "^2.4.0",
"nuxt": "^2.8.1",
"element-ui": "^2.4.11",
"@nuxtjs/axios": "^5.3.6"
},
Expand Down

0 comments on commit 5523a57

Please sign in to comment.