8000 add relation tab component · supercoderhawk/emr-processor@baa8f75 · GitHub
[go: up one dir, main page]

Skip to content

Commit baa8f75

Browse files
add relation tab component
1 parent 90092b1 commit baa8f75

File tree

< DAA2 h2 class="mx-2 f4 prc-Heading-Heading-6CmGO">1 file changed
+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<template>
2+
<p>hello</p>
3+
</template>
4+
5+
<script>
6+
export default {
7+
name: 'relation'
8+
}
9+
</script>
10+
11+
<style>
12+
.a > p {
13+
background-color: red;
14+
}
15+
</style>

0 commit comments

Comments
 (0)
0