Skip to content

Commit d3ebd5f

Browse files
committed
chore: add version badge for plugins [skip ci]
1 parent 626e465 commit d3ebd5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-vue-jsx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @vitejs/plugin-vue-jsx
1+
# @vitejs/plugin-vue-jsx [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue-jsx.svg)](https://npmjs.com/package/@vitejs/plugin-vue-jsx)
22

33
Provides Vue 3 JSX & TSX support with HMR.
44

packages/plugin-vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @vitejs/plugin-vue
1+
# @vitejs/plugin-vue [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue.svg)](https://npmjs.com/package/@vitejs/plugin-vue)
22

33
Note: requires `@vue/compiler-sfc` as peer dependency. This is largely a port of `rollup-plugin-vue` with some vite-specific tweaks.
44

0 commit comments

Comments
 (0)