Skip to content

Commit 26964a5

Browse files
authored
Change version of eslint-plugin-vue (#580)
1 parent 84d3484 commit 26964a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/migration/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
158158
| Project | NPM | Repo |
159159
| --------------------- | ----------------------------- | -------------------- |
160160
| @vue/babel-plugin-jsx | [![rc][jsx-badge]][jsx-npm] | [[GitHub][jsx-code]] |
161-
| eslint-plugin-vue | [![beta][epv-badge]][epv-npm] | [[GitHub][epv-code]] |
161+
| eslint-plugin-vue | [![ga][epv-badge]][epv-npm] | [[GitHub][epv-code]] |
162162
| @vue/test-utils | [![beta][vtu-badge]][vtu-npm] | [[GitHub][vtu-code]] |
163163
| vue-class-component | [![beta][vcc-badge]][vcc-npm] | [[GitHub][vcc-code]] |
164164
| vue-loader | [![beta][vl-badge]][vl-npm] | [[GitHub][vl-code]] |
@@ -170,8 +170,8 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
170170
[vd-badge]: https://img.shields.io/npm/v/@vue/devtools/beta.svg
171171
[vd-npm]: https://www.npmjs.com/package/@vue/devtools/v/beta
172172
[vd-code]: https://github.com/vuejs/vue-devtools/tree/next
173-
[epv-badge]: https://img.shields.io/npm/v/eslint-plugin-vue/next.svg
174-
[epv-npm]: https://www.npmjs.com/package/eslint-plugin-vue/v/next
173+
[epv-badge]: https://img.shields.io/npm/v/eslint-plugin-vue.svg
174+
[epv-npm]: https://www.npmjs.com/package/eslint-plugin-vue
175175
[epv-code]: https://github.com/vuejs/eslint-plugin-vue
176176
[vtu-badge]: https://img.shields.io/npm/v/@vue/test-utils/next.svg
177177
[vtu-npm]: https://www.npmjs.com/package/@vue/test-utils/v/next

0 commit comments

Comments
 (0)