Skip to content

Commit 0e4a660

Browse files
authored
docs: update README, add new user. (#270)
* docs: Update README, add new user.
1 parent 0756cf5 commit 0e4a660

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

packages/babel-plugin-jsx/README-zh_CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,17 @@ const App = {
326326
<strong>Element Plus</strong>
327327
</a>
328328
</td>
329+
<td align="center">
330+
<a target="_blank" href="https://github.com/leezng/vue-json-pretty">
331+
<img
332+
height="32"
333+
style="vertical-align: -0.32em; margin-right: 8px;"
334+
src="https://raw.githubusercontent.com/leezng/vue-json-pretty/master/static/logo.svg"
335+
/>
336+
<br>
337+
<strong>Vue Json Pretty</strong>
338+
</a>
339+
</td>
329340
</tr>
330341
</tbody>
331342
</table>

packages/babel-plugin-jsx/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,17 @@ const App = {
330330
<strong>Element Plus</strong>
331331
</a>
332332
</td>
333+
<td align="center">
334+
<a target="_blank" href="https://github.com/leezng/vue-json-pretty">
335+
<img
336+
height="32"
337+
style="vertical-align: -0.32em; margin-right: 8px;"
338+
src="https://raw.githubusercontent.com/leezng/vue-json-pretty/master/static/logo.svg"
339+
/>
340+
<br>
341+
<strong>Vue Json Pretty</strong>
342+
</a>
343+
</td>
333344
</tr>
334345
</tbody>
335346
</table>

0 commit comments

Comments
 (0)