Skip to content

Commit

Permalink
7.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 28, 2020
1 parent c3221b8 commit 6b4fb5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/rules/no-v-for-template-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description: disallow `key` attribute on `<template v-for>`
- :gear: This rule is included in all of `"plugin:vue/essential"`, `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.


## :book: Rule Details

This rule reports the `<template v-for>` elements which have `key` attribute.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6b4fb5c

Please sign in to comment.