Skip to content

Commit 70a25de

Browse files
committed
update VueComponent.vue
1 parent 88c2542 commit 70a25de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

VueComponent.vue

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ export default {
1010
}
1111
}
1212
}
13-
</script>
13+
</script>
14+
15+
<style type="text/css">
16+
label{
17+
color: red;
18+
}
19+
</style>

0 commit comments

Comments
 (0)