We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912e55 commit ac81d60Copy full SHA for ac81d60
README.md
@@ -98,6 +98,11 @@ new Vue({
98
<td> - </td>
99
<td> String </td>
100
<td>Force the displayed initials by overriding the computed ones.</td></tr>
101
+ <tr><td>inline</td>
102
+ <td> N </td>
103
+ <td> false </td>
104
+ <td> Boolean </td>
105
+ <td>Uses inline-flex instead of flex</td></tr>
106
<tr><td>src</td>
107
<td> N </td>
108
documentation/_getting-started.pug
@@ -114,6 +114,12 @@ a(href='https://github.com/eliep/vue-avatar')
114
td -
115
td String
116
td Force the displayed initials by overriding the computed ones.
117
+ tr
118
+ td initials
119
+ td N
120
+ td false
121
+ td Boolean
122
+ td Uses inline-flex instead of flex.
123
tr
124
td src
125
td N
0 commit comments