mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
appropriately name game card mixin
This commit is contained in:
parent
32e3dbf47a
commit
0d50e9b0f1
8 changed files with 14 additions and 14 deletions
|
@ -80,9 +80,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -81,9 +81,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -65,9 +65,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -37,10 +37,10 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
|
||||
methods: {
|
||||
async addGame() {
|
||||
|
|
|
@ -37,10 +37,10 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
|
||||
methods: {
|
||||
async addGame() {
|
||||
|
|
|
@ -65,9 +65,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import GameCardUtils from '@/components/GameCards/GameCard';
|
||||
import GameCardMixin from '@/components/GameCards/GameCardMixin';
|
||||
|
||||
export default {
|
||||
mixins: [GameCardUtils],
|
||||
mixins: [GameCardMixin],
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue