Skip to content

Commit ee3fc5e

Browse files
Ecmel ErcanEcmel Ercan
authored andcommitted
Add vue test
1 parent 0797886 commit ee3fc5e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

test/test.vue

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<style>
2+
.internal {
3+
color: red;
4+
}
5+
6+
.internal-test1 .internal-test2 {
7+
color: red;
8+
}
9+
10+
#internal_id {
11+
color: red;
12+
}
13+
14+
#internal_id-test1 #internal_id-test2 {
15+
color: red;
16+
}
17+
</style>
18+
19+
<template>
20+
<div id="internal_id" class="internal"></div>
21+
</template>
22+
23+
<script>
24+
console.log("Hello World!");
25+
</script>

0 commit comments

Comments
 (0)