Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Remove vue-fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Willems committed Mar 22, 2020
1 parent 48d4562 commit dc5c034
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"core-js": "^3.6.4",
"register-service-worker": "^1.6.2",
"vue": "^2.6.11",
"vue-fragment": "^1.5.1",
"vue-i18n": "^8.0.0",
"vue-router": "^3.1.5",
"vuex": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/IssueCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script>
import WaveSurfer from 'wavesurfer.js';
import { mapActions } from 'vuex';
import cardStates from '../utils/cardStates';
import cardStates from '../utils/states';
export default {
name: 'IssueCard',
Expand Down
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue';
import Vuex from 'vuex';
import cardStates from '../utils/cardStates';
import cardStates from '../utils/states';

Vue.use(Vuex);

Expand Down
File renamed without changes.

0 comments on commit dc5c034

Please sign in to comment.