Skip to content

Commit 8110cb9

Browse files
authored
Merge pull request #22 from Yproximite/fix/docs-tag
Fix/docs tag
2 parents 8f0d3d3 + ec57523 commit 8110cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
p.label tags:
9494
code {{ tags }}
9595

96-
input-tag(
96+
better-input-tag(
9797
:on-change='newTag',
9898
:tags='tags',
9999
:placeholder='placeholder',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-vue-input-tag",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Vue.js input tag editor component",
55
"keywords": [
66
"input",

0 commit comments

Comments
 (0)