Skip to content

Commit 6b4fb5c

Browse files
committed
7.0.0-beta.3
1 parent c3221b8 commit 6b4fb5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/rules/no-v-for-template-key.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: disallow `key` attribute on `<template v-for>`
99
1010
- :gear: This rule is included in all of `"plugin:vue/essential"`, `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
1111

12-
1312
## :book: Rule Details
1413

1514
This rule reports the `<template v-for>` elements which have `key` attribute.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "7.0.0-beta.2",
3+
"version": "7.0.0-beta.3",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)