Skip to content

Commit 9995230

Browse files
author
luft.liu
committed
Event Card test code
1 parent 9703dad commit 9995230

File tree

2 files changed

+3
-134
lines changed

2 files changed

+3
-134
lines changed

src/components/HelloWorld.vue

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/views/Home.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<template>
22
<div class="home">
3-
<img alt="Vue logo" src="../assets/logo.png" />
4-
<HelloWorld msg="Welcome to Your Vue.js App" />
3+
<EventCard />
54
</div>
65
</template>
76

87
<script>
98
// @ is an alias to /src
10-
import HelloWorld from "@/components/HelloWorld.vue";
9+
import EventCard from "@/components/EventCard.vue";
1110
1211
export default {
1312
name: "Home",
1413
components: {
15-
HelloWorld
14+
EventCard
1615
}
1716
};
1817
</script>

0 commit comments

Comments
 (0)