remove item import
This commit is contained in:
parent
a8223d110b
commit
de3ec4572d
@ -27,8 +27,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {Item} from "./Item";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
data() {
|
data() {
|
||||||
@ -41,8 +39,7 @@ export default {
|
|||||||
fetch("?json")
|
fetch("?json")
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(json => (self.json = json));
|
.then(json => (self.json = json));
|
||||||
},
|
}
|
||||||
components: [Item]
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user