[WIP]:
- visual representation of storage cards - line jump doesnt work right now for the cards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user