Skip to content

Commit 5ecdd1b

Browse files
committed
fix example
1 parent 7dd4ca8 commit 5ecdd1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/src/components/tags/hello/hello.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<template>
22
<div>
3-
<h1>Hello, {{ name }}</h1>
3+
<h1>
4+
<icon name="vue" scale="0.1" color="#41b883 #35495e"></icon>
5+
Hello, {{ name }}
6+
<icon name="vue" scale="0.1" color="#41b883 #35495e"></icon>
7+
</h1>
48
<slot></slot>
59
</div>
610
</template>

0 commit comments

Comments
 (0)