Skip to content

Commit 04ad438

Browse files
author
kajan
committed
update HelloWorld component to use a class from global stylesheet
1 parent 4122049 commit 04ad438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AspNetCoreVueMpa.Web/ClientApp/views/home/index/HelloWorld.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="test-global-css">
33
Hello {{ name }} from Vue!
44
</div>
55
</template>

0 commit comments

Comments
 (0)