File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 60
60
p
61
61
code npm install better-vue-input-tag --save
62
62
63
+ h3
64
+ a#demo .anchor ( href ='#demo' , aria-hidden ='true' )
65
+ span.octicon.octicon-link ( aria-hidden ='true' )
66
+ | Demo
67
+
68
+ .demo
69
+
70
+ better-input-tag(
71
+ :on-change ='newTag' ,
72
+ :tags ='tags' ,
73
+ :placeholder ='placeholder' ,
74
+ :on-paste-separator ='onPasteSeparator' ,
75
+ :read-only ='readOnly' ,
76
+ :validate ='validate'
77
+ )
78
+
63
79
h3
64
- a#playground .anchor ( href ='#playground ' , aria-hidden ='true' )
80
+ a#configuration .anchor ( href ='#configuration ' , aria-hidden ='true' )
65
81
span.octicon.octicon-link ( aria-hidden ='true' )
66
- | Playground
82
+ | Configuration
67
83
68
- .playground
84
+ .configuration
69
85
70
86
.form-group
71
87
p.label placeholder:
93
109
p.label tags:
94
110
code {{ tags }}
95
111
96
- better-input-tag(
97
- :on-change ='newTag' ,
98
- :tags ='tags' ,
99
- :placeholder ='placeholder' ,
100
- :on-paste-separator ='onPasteSeparator' ,
101
- :read-only ='readOnly' ,
102
- :validate ='validate'
103
- )
112
+ h3
113
+ a#code .anchor ( href ='#code' , aria-hidden ='true' )
114
+ span.octicon.octicon-link ( aria-hidden ='true' )
115
+ | Code
104
116
117
+ .code
118
+
105
119
code {{ getPreviewHTML() }}
106
120
107
121
footer.site-footer
You can’t perform that action at this time.
0 commit comments