- visual representation of storage cards
- line jump doesnt work right now for the cards
This commit is contained in:
Luis S. Ruisinger
2022-06-17 23:55:59 +02:00
parent 452bd149a3
commit 6b9f64b6d1
6 changed files with 88 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div id="app">
<ItemModel />
<ItemModel/>
</div>
</template>
<script>
import ItemModel from "./components/ItemModel.vue";
import ItemModel from "@/components/ItemModel";
export default {
components: {
ItemModel