mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 03:07:08 +00:00
Moved tag component to tags folder
This commit is contained in:
parent
fad44aa16f
commit
d5d1a14035
8 changed files with 7 additions and 7 deletions
|
@ -58,7 +58,7 @@
|
|||
<script>
|
||||
import GameRating from '@/components/GameDetail/GameRating';
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<script>
|
||||
import GameRating from '@/components/GameDetail/GameRating';
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<script>
|
||||
import GameRating from '@/components/GameDetail/GameRating';
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import { mapState, mapGetters } from 'vuex';
|
||||
|
||||
export default {
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
<script>
|
||||
import ToggleSwitch from '@/components/ToggleSwitch';
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import Modal from '@/components/Modal';
|
||||
import { mapState } from 'vuex';
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<script>
|
||||
import { mapState } from 'vuex';
|
||||
import Tag from '@/components/Tag';
|
||||
import Tag from '@/components/Tags/Tag';
|
||||
import Modal from '@/components/Modal';
|
||||
|
||||
export default {
|
||||
|
|
|
@ -76,7 +76,7 @@ export default {
|
|||
|
||||
loaded() {
|
||||
return this.user && this.platform;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
Loading…
Add table
Reference in a new issue