Skip to content

Commit 2c36024

Browse files
committed
feat: add tag component
1 parent 18024bd commit 2c36024

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/nTag/src/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<div class="n-tag">
3-
<div :class="[type]">tag</div>
3+
<div :class="[type]">
4+
<span>tag</span>
5+
</div>
46
</div>
57
</template>
68

0 commit comments

Comments
 (0)