Skip to content

Commit

Permalink
chore: add version badge for plugins [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 8, 2021
1 parent 626e465 commit d3ebd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @vitejs/plugin-vue-jsx
# @vitejs/plugin-vue-jsx [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue-jsx.svg)](https://npmjs.com/package/@vitejs/plugin-vue-jsx)

Provides Vue 3 JSX & TSX support with HMR.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @vitejs/plugin-vue
# @vitejs/plugin-vue [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue.svg)](https://npmjs.com/package/@vitejs/plugin-vue)

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

Expand Down

0 comments on commit d3ebd5f

Please sign in to comment.