Skip to content

Commit 9476fe4

Browse files
committed
docs: add ci badge, improve tag prop
1 parent 0f42dcc commit 9476fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Vue Rough Notation
22

33
![npm](https://img.shields.io/npm/v/vue-rough-notation)
4+
![CircleCI](https://img.shields.io/circleci/build/github/Leecason/vue-rough-notation)
45
![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue-rough-notation)
56
![GitHub](https://img.shields.io/github/license/Leecason/vue-rough-notation)
67

@@ -180,9 +181,9 @@ Padding between the element and roughly where the annotation is drawn.
180181

181182
**Required**: `false`
182183

183-
**Default**: `'div'`
184+
**Default**: `undefined'`
184185

185-
String HTML tag name (default: `div`); if falsy (for example `null` or `undefined`), the component will be renderless (the content won't be wrapped in a tag), in this case, only the first child will be rendered
186+
String HTML tag name; if falsy (for example `null` or `undefined`), the component will be renderless (the content won't be wrapped in a tag), in this case, only the first child will be rendered
186187

187188
## Events
188189

@@ -195,7 +196,6 @@ Called when the component is initialized.
195196
## TODO
196197

197198
- [ ] Annotation Group
198-
- [ ] Demo pages
199199

200200
## License
201201

0 commit comments

Comments
 (0)