Skip to content

Commit b6711ab

Browse files
author
Walker Leite
committed
fix(tempalte): fix hello world component
1 parent b02518f commit b6711ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<template>
2-
<slot>Hello World! This content is restricted</slot>
2+
<div>
3+
Hello World! This content is restricted.
4+
</div>
35
</template>
46

57
<script>
68
export default {
7-
9+
810
}
911
</script>

0 commit comments

Comments
 (0)